ControllerMVC constructor

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

Implementation

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