0 purchases
custom route transitions rmua
Route Transitions #
This package helps route transition
Ejemplo de uso #
/// [context] is a BuildContext
RouteTransitions(
context: context,
child: PageTwo(),
animation: AnimationType.fadeIn,
duration: cont Duration( milliseconds: 200),
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.