XMainPage_Base<T> constructor

XMainPage_Base<T>(
  1. XApp<XAppState, dynamic, dynamic> xApp, {
  2. Key? key,
  3. String? title,
  4. bool? logOUT_Active,
  5. Widget? bottomArea_Widget,
})

Implementation

XMainPage_Base(this.xApp, {Key? key, this.title, this.logOUT_Active, this.bottomArea_Widget}) : super(key: key);