AppStatefulWidgetMVC constructor

const AppStatefulWidgetMVC({
  1. Key? key,
})

Its sole purpose is to create the 'App State object', AppStateMVC.

Implementation

const AppStatefulWidgetMVC({Key? key}) : super(key: key);