menu
bootstrap_ui_flutter package
documentation
ui/components/forms/bs_range.dart
BsRange
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
double
>
?
onChanged
final
Called when the user changes the slider's value.
Implementation
final ValueChanged<double>? onChanged;
bootstrap_ui_flutter package
documentation
ui/components/forms/bs_range
BsRange
onChanged property
BsRange class