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