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