menu
mvc_application package
documentation
view.dart
InheritedStateMVC<T extends StatefulWidget, U extends InheritedWidget>
notifyClients method
notifyClients method
dark_mode
light_mode
notifyClients
method
void
notifyClients
(
)
In harmony with Flutter's own API
Implementation
void notifyClients() => setState(() {});
mvc_application package
documentation
view
InheritedStateMVC<T extends StatefulWidget, U extends InheritedWidget>
notifyClients method
InheritedStateMVC class