RespValue<T> constructor
const
RespValue<T> (
- BuildContext context, {
- T? xs,
- T? sm,
- T? md,
- T? lg,
- T? xl,
- T? xxl,
- Map<
String, T> ? others,
Constructor for creating a responsive value
Implementation
const RespValue(
this.context, {
this.xs,
this.sm,
this.md,
this.lg,
this.xl,
this.xxl,
this.others,
});