ControllerMVC constructor
ControllerMVC([
- StateMVC<
StatefulWidget> ? state
Optionally supply a 'State' object to be linked to this State Controller.
Implementation
ControllerMVC([v.StateMVC? state]) : super(state);