ControllerMVC constructor

ControllerMVC([
  1. StateMVC<StatefulWidget>? state
])

Optionally supply a 'State' object to be linked to this State Controller.

Implementation

ControllerMVC([v.StateMVC? state]) : super(state);