Hello World
- Example
EnjoyRouteTransitions(
context: context, // BuildContect
child: const Page2(), // PageWidget
animation: AnimationType.fadeIn, // AnimationType
duration: Duration(milliseconds: 100), // Duration
replacement: true, // TypePush
);