SimpleNavHome constructor
const
SimpleNavHome({})
Takes the required and options parameters that later will be initialized in the initState.
Implementation
const SimpleNavHome({
Key? key,
this.titleWidget,
this.appDrawer,
required this.navMenuItemList,
this.isTopMenu,
this.centerTitle,
this.initialPageIndex,
this.frontColorMenu,
this.backColorMenu,
this.frontColorAppBar,
this.backColorAppBar,
this.isTopAd,
this.ad,
this.adBackColor,
this.adHeight,
this.textScaleFactor,
}) : super(key: key);