pushPage method

void pushPage(
  1. Route route
)

Push normal of the page

Implementation

void pushPage(Route route) {
  Navigator.push(context, route);
}