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