rotationPush method

void rotationPush ()

Implementation

void rotationPush() {
  Navigator.push(context, XRotationRoute(page: child));
}