menu
flutter_androssy package
documentation
views/view/view.dart
ViewController
setBackgroundState method
setBackgroundState method
dark_mode
light_mode
setBackgroundState
method
void
setBackgroundState
(
ValueState
<
Color
>
?
value
)
Implementation
void setBackgroundState(ValueState<Color>? value) { backgroundState = value; _notify; }
flutter_androssy package
documentation
views/view/view
ViewController
setBackgroundState method
ViewController class