createState abstract method
You create the App's State object. Return a type AppStateMVC that extends State
Implementation
@override
AppStateMVC createState();
You create the App's State object. Return a type AppStateMVC that extends State
@override
AppStateMVC createState();