AppController constructor

AppController([
  1. StateX<StatefulWidget>? state
])

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

Implementation

AppController([StateX? state]) : super(state);