Screen constructor
const
Screen({
- 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,
- String? title,
- String? subtitle,
- List<
Widget> ? actions, - BarBackButtonMode backButtonMode = BarBackButtonMode.always,
- Widget child = const Collection(),
Implementation
const Screen({
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,
this.title,
this.subtitle,
this.actions,
this.backButtonMode = BarBackButtonMode.always,
this.child = const Collection(),
});