ArcaneFillScreen constructor
const
ArcaneFillScreen({})
Implementation
const ArcaneFillScreen({
required this.child,
this.header,
this.title,
this.subtitle,
this.actions,
this.footer,
this.sidebar,
this.sidebarRight = false,
this.background,
this.loadingProgress,
this.loadingIndeterminate = false,
this.onBack,
this.scrollable = true,
super.key,
});