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