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