nextReplacementPage method

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

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

Implementation

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