BasePageRoute<T extends Object?> constructor
BasePageRoute<T extends Object?> ({})
Implementation
BasePageRoute({
required this.child,
required this.transitionBuilder,
LocalKey? key,
String? name,
Object? arguments,
String? restorationId,
}) : super(
key: key,
name: name,
arguments: arguments,
restorationId: restorationId);