SlidingSheetFeed constructor
const
SlidingSheetFeed({
- Key? key,
- required FeedLoader loader,
- FeedController? controller,
- int? lengthFactor,
- int? initialLength,
- FeedBuilder? childBuilder,
- bool initiallyLoad = true,
- bool? disableScroll,
- Widget placeholder(
- BuildContext context,
- double extent
- Widget? loading,
- RetrievalFunction? getItemID,
- WidgetWrapper? wrapper,
- List? pinnedItems,
- PerceiveSlidableController? sheetController,
- bool staticSheet = false,
- Color? backgroundColor,
- Color? minBackdropColor,
- double initialExtent = 0.4,
- double expandedExtent = 1.0,
- double minExtent = 0.0,
- Widget headerBuilder(
- BuildContext context,
- dynamic pageObj,
- Widget spacer,
- double borderRadius,
- dynamic extentListener(
- double extent
- bool isBackgroundIntractable = false,
- bool closeOnBackdropTap = true,
- bool doesPop = true,
- double staticScrollModifier = 0.0,
Implementation
const SlidingSheetFeed({
Key? key,
required this.loader,
this.controller,
this.footerHeight,
this.lengthFactor,
this.initialLength,
this.childBuilder,
this.initiallyLoad = true,
this.disableScroll,
this.placeholder,
this.loading,
this.getItemID,
this.wrapper,
this.pinnedItems,
this.sheetController,
this.staticSheet = false,
this.backgroundColor,
this.minBackdropColor,
this.initialExtent = 0.4,
this.expandedExtent = 1.0,
this.minExtent = 0.0,
this.headerBuilder,
this.footerBuilder,
this.extentListener,
this.isBackgroundIntractable = false,
this.closeOnBackdropTap = true,
this.doesPop = true,
this.staticScrollModifier = 0.0
}) : super(key: key);