ArcaneScreen constructor
const
ArcaneScreen({
- Color? overrideBackgroundColor,
- Key? key,
- Widget? background,
- Widget? fab,
- Widget? header,
- bool? gutter,
- double? loadingProgress,
- bool loadingProgressIndeterminate = false,
- bool showLoadingSparks = false,
- Widget? foreground,
- PylonBuilder? sidebar,
- ScrollController? scrollController,
- ScrollController? sidebarController,
- ScrollPhysics? physics,
- required Widget child,
Implementation
const ArcaneScreen({
super.overrideBackgroundColor,
super.key,
super.background,
super.fab,
super.footer,
super.header,
super.gutter,
super.loadingProgress,
super.loadingProgressIndeterminate,
super.showLoadingSparks,
super.foreground,
this.sidebar,
this.scrollController,
this.sidebarController,
this.physics,
required this.child,
});