XMainPage_Base<T> constructor
XMainPage_Base<T> (
- XAppDataBase appState, {
- Key? key,
- String? title,
Implementation
XMainPage_Base(this.appState, {Key? key, this.title}) : super(key: key);