LiveSlider.adaptive constructor
const
LiveSlider.adaptive({
- Key? key,
- ValueCell<
bool> enabled, - required MutableCell<
double> value, - double? secondaryTrackValue,
- void onChangeStart()?,
- void onChangeEnd()?,
- double min,
- double max,
- int? divisions,
- String? label,
- MouseCursor? mouseCursor,
- Color? activeColor,
- Color? inactiveColor,
- Color? secondaryActiveColor,
- Color? thumbColor,
- WidgetStateProperty<
Color?> ? overlayColor, - String semanticFormatterCallback()?,
- FocusNode? focusNode,
- bool autofocus,
- SliderInteraction? allowedInteraction,
- bool? year2023,
Implementation
const factory LiveSlider.adaptive({
Key? key,
ValueCell<bool> enabled,
required MutableCell<double> value,
double? secondaryTrackValue,
void Function(double)? onChangeStart,
void Function(double)? onChangeEnd,
double min,
double max,
int? divisions,
String? label,
MouseCursor? mouseCursor,
Color? activeColor,
Color? inactiveColor,
Color? secondaryActiveColor,
Color? thumbColor,
WidgetStateProperty<Color?>? overlayColor,
String Function(double)? semanticFormatterCallback,
FocusNode? focusNode,
bool autofocus,
SliderInteraction? allowedInteraction,
bool? year2023,
}) = _LiveSlider$adaptive;