MobilePage constructor

const MobilePage(
  1. String title, {
  2. TypePage typePage = TypePage.SCROLLVIEW,
  3. TypeMenu typeMenu = TypeMenu.DRAWER,
  4. Key? key,
})

Implementation

const MobilePage(this.title,
    {this.typePage = TypePage.SCROLLVIEW,
    this.typeMenu = TypeMenu.DRAWER,
    Key? key})
    : super(key: key);