menu
flutter_miuix package
documentation
miuix.dart
MiuixSliderColors
thumbColorFor method
thumbColorFor method
dark_mode
light_mode
thumbColorFor
method
Color
thumbColorFor
(
bool
enabled
)
Implementation
Color thumbColorFor(bool enabled) => enabled ? thumbColor : disabledThumbColor;
flutter_miuix package
documentation
miuix
MiuixSliderColors
thumbColorFor method
MiuixSliderColors class