fadePush method

void fadePush ()

Implementation

void fadePush() {
  Navigator.push(context, XFadeRoute(page: child));
}