menu
flutter_androssy package
documentation
views/switch/view.dart
SwitchViewController
setActiveThumbColor method
setActiveThumbColor method
dark_mode
light_mode
setActiveThumbColor
method
void
setActiveThumbColor
(
Color
?
value
)
Implementation
void setActiveThumbColor(Color? value) { onNotifyWithCallback(() => activeThumbColor = value); }
flutter_androssy package
documentation
views/switch/view
SwitchViewController
setActiveThumbColor method
SwitchViewController class