nextPage method

void nextPage(
  1. Widget page, {
  2. bool maintainState = true,
})

Pushes the built widget to the screen using the material fade in animation

Implementation

void nextPage(Widget page, {bool maintainState = true}) =>
    _nextPage(context: this, page: page, maintainState: maintainState);