cupertinoPagePush method

void cupertinoPagePush ()

Implementation

void cupertinoPagePush() {
  Navigator.push(context, CupertinoPageRoute(builder: (context) => child));
}