rootState property

AppStateMVC<AppStatefulWidgetMVC>? rootState
inherited

Returns the 'first' StateMVC object in the App

Implementation

AppStateMVC? get rootState => _rootStateMVC;