XMainPage_Base<T> constructor

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

Implementation

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