rootState property
AppStateX<StatefulWidget> ?
get
rootState
Returns the 'first' StateX object in the App
Implementation
// Important to prefix with the class name to 'share' this as a mixin.
AppStateX? get rootState => RootState._rootStateX;