ScrollablePerceiveSlidableDelegate class abstract

Provides a builder that provides the current scroll controller

Inheritance

Constructors

ScrollablePerceiveSlidableDelegate({required int pageCount, int initialPage = 0, dynamic delegateObject, double? staticScrollModifier})

Properties

delegateObject → dynamic
finalinherited
delegateState ↔ _PerceiveSlidableDelegateBuilderState?
The state of the delegate builder
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
initialExtent double
no setterinherited
initialPage int
finalinherited
isScrolled bool
no setterinherited
pageCount int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollControllers List<ScrollController>
finalinherited
sheetController PerceiveSlidableController
no setterinherited
stateTower → Store<PerceiveSlidableState>
no setterinherited
staticScrollModifier double
finalinherited
tabController TabController
getter/setter pairinherited

Methods

customBodyBuilder(BuildContext context, SheetState? state, double extent, int pageIndex) Widget
override
dispose() → void
inherited
headerBuilder(BuildContext context, dynamic pageObj, Widget spacer, double borderRadius) Widget
Builders and Listeners to be overriden
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild([void fn()?]) → void
inherited
scrollingBodyBuilder(BuildContext context, SheetState? state, ScrollController scrollController, int pageIndex, bool scrollLock, double footerHeight) Widget
sheetListener(BuildContext context, SheetState state) → void
inherited
toString() String
A string representation of this object.
inherited
wrapperBuilder(BuildContext context, Widget page) Widget
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited