MobileDashPage constructor

MobileDashPage(
  1. List<HarePage> bottomItems, {
  2. Drawer? drawer,
  3. TypeWidgetBuilder<Drawer>? drawerBuilder,
})

Implementation

MobileDashPage(this.bottomItems, {this.drawer, this.drawerBuilder}) : assert(bottomItems.isNotEmpty), super();