menu
flutter_miuix package
documentation
miuix.dart
MiuixSliderColors
backgroundColorFor method
backgroundColorFor method
dark_mode
light_mode
backgroundColorFor
method
Color
backgroundColorFor
(
bool
enabled
)
Implementation
Color backgroundColorFor(bool enabled) => enabled ? backgroundColor : disabledBackgroundColor;
flutter_miuix package
documentation
miuix
MiuixSliderColors
backgroundColorFor method
MiuixSliderColors class