slideLeftPush method

void slideLeftPush ()

Implementation

void slideLeftPush() {
  Navigator.push(context, XLeftRoute(page: child));
}