rootState property

AppStateX<StatefulWidget>? rootState
inherited

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;