ResponsiveValue<ValueType> constructor
const
ResponsiveValue<ValueType> ({
- required ValueType s,
- ValueType? xs,
- ValueType? xxs,
- ValueType? m,
- ValueType? xm,
- ValueType? l,
- ValueType? xl,
- ValueType? xxl,
- ValueType? h,
Implementation
const ResponsiveValue({
required this.s,
this.xs,
this.xxs,
this.m,
this.xm,
this.l,
this.xl,
this.xxl,
this.h,
});