AppStatefulWidgetMVC constructor
const
AppStatefulWidgetMVC({
- Key? key,
Its sole purpose is to create the 'App State object', AppStateMVC.
Implementation
const AppStatefulWidgetMVC({Key? key}) : super(key: key);