controller property
Provide the 'main' controller to this 'State View.' If _controller == null, get the 'first assigned' controller if any.
Implementation
StateXController? get controller => _controller ??= rootCon;
Provide the 'main' controller to this 'State View.' If _controller == null, get the 'first assigned' controller if any.
StateXController? get controller => _controller ??= rootCon;