pushPage static method

void pushPage(
  1. BuildContext context,
  2. Widget target
)

Pushes a page with a scaffold.

Implementation

static void pushPage(BuildContext context, Widget target) => push(context, target,includeScaffold: true);