Flutter
material
RangeValues
RangeValues const constructor
RangeValues
description
RangeValues
constructor
Null safety
const
RangeValues
(
double
start
,
double
end
)
Creates pair of start and end values.
Implementation
const RangeValues(this.start, this.end);
Flutter
material
RangeValues
RangeValues const constructor
RangeValues class
Constructors
RangeValues
Properties
end
hashCode
runtimeType
start
Methods
noSuchMethod
toString
Operators
operator ==