menu
my_utility package
documentation
range.dart
DoubleRange
DoubleRange.new const constructor
DoubleRange.new const constructor
dark_mode
light_mode
DoubleRange
constructor
const
DoubleRange
(
double
start
,
double
endInclusive
)
Implementation
const DoubleRange(this.start, this.endInclusive);
my_utility package
documentation
range
DoubleRange
DoubleRange.new const constructor
DoubleRange class