menu
flutter_androssy package
documentation
views/view/view.dart
ViewController
onNotifyWrapper method
onNotifyWrapper method
dark_mode
light_mode
onNotifyWrapper
method
void
onNotifyWrapper
(
Size
size
)
Implementation
void onNotifyWrapper(Size size) { width = size.width; height = size.height; _notify; }
flutter_androssy package
documentation
views/view/view
ViewController
onNotifyWrapper method
ViewController class