slideTopPush method

void slideTopPush ()

Implementation

void slideTopPush() {
  Navigator.push(context, XTopRoute(page: child));
}