menu
annotated_slider package
documentation
annotated_slider_theme.dart
RangeLabels
RangeLabels.new const constructor
RangeLabels.new const constructor
dark_mode
light_mode
RangeLabels
constructor
const
RangeLabels
(
String
start
,
String
end
)
Creates pair of start and end labels.
Implementation
const RangeLabels(this.start, this.end);
annotated_slider package
documentation
annotated_slider_theme
RangeLabels
RangeLabels.new const constructor
RangeLabels class