appState property

AppStateX<StatefulWidget>? get appState

Returns the 'first' StateX object in the App

Implementation

AppStateX? get appState => super.rootState as AppStateX?;