slideLBottomPush method

void slideLBottomPush ()

Implementation

void slideLBottomPush() {
  Navigator.push(context, XBottomRoute(page: child));
}