FDiscreteSliderController constructor
FDiscreteSliderController({
- required FSliderSelection selection,
- FSliderInteraction allowedInteraction = FSliderInteraction.tapAndSlideThumb,
- bool tooltips = true,
- bool minExtendable = false,
Creates a FDiscreteSliderController for selecting a single value.
Implementation
FDiscreteSliderController({
required super.selection,
super.allowedInteraction,
super.tooltips = true,
super.minExtendable,
});