appState property
AppStateX<StatefulWidget> ?
get
appState
Returns the 'first' StateX object in the App
Implementation
AppStateX? get appState => super.rootState as AppStateX?;
Returns the 'first' StateX object in the App
AppStateX? get appState => super.rootState as AppStateX?;