AppRoute<T> constructor
AppRoute<T> ({})
Implementation
AppRoute({
this.name,
this.animationTime,
this.arguments,
this.animationType = AnimType.slideRight,
required this.child,
}) : super(pageBuilder: (context, a1, a2) => child);