FlutterUpApp constructor
FlutterUpApp({})
Implementation
FlutterUpApp({
Key? key,
this.title = "",
required this.theme,
required this.upRoutes,
this.initialRoute,
this.parentNavigatorKey,
}) : super(key: key);