menu
flutter_androssy package
documentation
views/view/view.dart
ViewController
setBackground method
setBackground method
dark_mode
light_mode
setBackground
method
void
setBackground
(
Color
?
value
)
Implementation
void setBackground(Color? value) { _background = value; _notify; }
flutter_androssy package
documentation
views/view/view
ViewController
setBackground method
ViewController class