XMainPage_Base<T> constructor

XMainPage_Base<T>(
  1. XAppDataBase appState, {
  2. Key? key,
  3. String? title,
})

Implementation

XMainPage_Base(this.appState, {Key? key, this.title}) : super(key: key);