firexcode
firexcode
XRoutePage
rotationPush method
rotationPush
firexcode
firexcode
XRoutePage
rotationPush method
XRoutePage class
Constructors
XRoutePage
Properties
child
context
hashCode
runtimeType
Methods
cupertinoPagePush
exitPush
fadePush
materialPagePush
noSuchMethod
rotationPush
scalePush
sizeTransitionPush
slideLBottomPush
slideLeftPush
slideRightPush
slideTopPush
toString
Operators
operator ==
rotationPush
method
void
rotationPush
(
)
Implementation
void rotationPush() { Navigator.push(context, XRotationRoute(page: child)); }