TestRoute constructor
TestRoute(})
Default constructor
Implementation
TestRoute(
String name, {
super.path,
super.children,
super.fullMatch,
super.restorationId,
super.initial,
}) : super._(page: PageInfo(name, builder: (_) => const SizedBox()));