menu
mvc_application package
documentation
view.dart
InheritedStateMVC<T extends StatefulWidget, U extends InheritedWidget>
rootState property
rootState property
dark_mode
light_mode
rootState
property
AppStateMVC
<
AppStatefulWidgetMVC
>
?
get
rootState
inherited
Returns the 'first' StateMVC object in the App
Implementation
AppStateMVC? get rootState => _rootStateMVC;
mvc_application package
documentation
view
InheritedStateMVC<T extends StatefulWidget, U extends InheritedWidget>
rootState property
InheritedStateMVC class