firexcode
firexcode
XRoutePage
sizeTransitionPush method
sizeTransitionPush
firexcode
firexcode
XRoutePage
sizeTransitionPush 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 ==
sizeTransitionPush
method
void
sizeTransitionPush
(
)
Implementation
void sizeTransitionPush() { Navigator.push(context, XSizeRoute(page: child)); }