MuffinRoutePage constructor

MuffinRoutePage({
  1. String? pageName,
  2. Widget? child,
  3. bool maintainState = true,
  4. bool fullscreenDialog = false,
  5. Widget transition(
    1. Animation<double> animation,
    2. Widget child
    )?,
})

Implementation

MuffinRoutePage(
    {this.pageName,
    this.child,
    this.maintainState = true,
    this.fullscreenDialog = false,
    this.transition})
    : super();