main function
void
main()
Entry point of the example Flutter app demonstrating custom route transitions.
Implementation
void main() {
runApp(const MyApp());
}
Entry point of the example Flutter app demonstrating custom route transitions.
void main() {
runApp(const MyApp());
}