ArcaneApp constructor
const
ArcaneApp({})
Implementation
const ArcaneApp({
this.theme = const ArcaneTheme(),
required this.child,
this.title,
this.description,
this.head,
super.key,
});
const ArcaneApp({
this.theme = const ArcaneTheme(),
required this.child,
this.title,
this.description,
this.head,
super.key,
});