menu
nylo_support package
documentation
widgets/src/fields/field_style.dart
FieldStyleRangeSlider
valueFormatter property
valueFormatter property
dark_mode
light_mode
valueFormatter
property
String
Function
(
double
start
,
double
end
)
valueFormatter
final
Function to format the value text
Implementation
final String Function(double start, double end) valueFormatter;
nylo_support package
documentation
widgets/src/fields/field_style
FieldStyleRangeSlider
valueFormatter property
FieldStyleRangeSlider class