ConditionBreakpoint<T>.smallerThan constructor

const ConditionBreakpoint<T>.smallerThan({
  1. DeviceScreen? screenType,
  2. double? breakpoint,
  3. T? value,
})

Implementation

const ConditionBreakpoint.smallerThan(
    {this.screenType, this.breakpoint, this.value})
    : super.smallerThan(value);