XMainPage_Base<T> constructor

XMainPage_Base<T>(
  1. XAppDataBase appState,
  2. XApp xAppUI, {
  3. Key? key,
  4. String? title,
  5. bool? logOUT_Active = true,
})

Implementation

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