menu
pro_image_editor package
documentation
shared/widgets/slider_bottom_sheet.dart
SliderBottomSheet<T>
onValueChanged property
onValueChanged property
dark_mode
light_mode
onValueChanged
property
dynamic Function
(
double
value
)
onValueChanged
final
Callback triggered when the slider value changes.
Implementation
final Function(double value) onValueChanged;
pro_image_editor package
documentation
shared/widgets/slider_bottom_sheet
SliderBottomSheet<T>
onValueChanged property
SliderBottomSheet class