controller property

ControllerMVC controller

Provide the 'main' controller to this 'State View.' If _controller == null, get the 'first assigned' controller.

Implementation

ControllerMVC get controller => _controller ??= firstCon;