ConditionBreakpoint<T>.smallerThan constructor
const
ConditionBreakpoint<T>.smallerThan ({
- DeviceScreen? screenType,
- double? breakpoint,
- T? value,
Implementation
const ConditionBreakpoint.smallerThan(
{this.screenType, this.breakpoint, this.value})
: super.smallerThan(value);