menu
typings package
documentation
core.dart
DoubleRange
DoubleRange factory constructor
DoubleRange factory constructor
dark_mode
light_mode
DoubleRange
constructor
DoubleRange
(
{
num
?
max
,
num
?
min
,
})
Implementation
factory DoubleRange({ _i2.num? max, _i2.num? min, }) => DoubleRange._( max: max, min: min, );
typings package
documentation
core
DoubleRange
DoubleRange factory constructor
DoubleRange class