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