ArcaneScreen constructor
const
ArcaneScreen({
- required Component child,
- Component? header,
- String? title,
- String? subtitle,
- List<
Component> ? actions, - Component? sidebar,
- bool sidebarRight = false,
- Component? fab,
- Component? background,
- Component? foreground,
- double? loadingProgress,
- bool loadingIndeterminate = false,
- EdgeInsets? padding,
- void onBack()?,
- Key? key,
Implementation
const ArcaneScreen({
required this.child,
this.header,
this.title,
this.subtitle,
this.actions,
this.footer,
this.sidebar,
this.sidebarRight = false,
this.fab,
this.background,
this.foreground,
this.loadingProgress,
this.loadingIndeterminate = false,
this.padding,
this.onBack,
super.key,
});