scalePush method

void scalePush ()

Implementation

void scalePush() {
  Navigator.push(context, XScaleRoute(page: child));
}