slideRightPush method

void slideRightPush ()

Implementation

void slideRightPush() {
  Navigator.push(context, XRightRoute(page: child));
}