ScrollablePerceiveSlidableDelegate class abstract
Provides a builder that provides the current scroll controller
- Inheritance
-
- Object
- PerceiveSlidableDelegate
- ScrollablePerceiveSlidableDelegate
Constructors
- ScrollablePerceiveSlidableDelegate({required int pageCount, int initialPage = 0, dynamic delegateObject, double? staticScrollModifier})
Properties
- delegateObject → dynamic
-
finalinherited
- delegateState ↔ _PerceiveSlidableDelegateBuilderState?
-
The state of the delegate builder
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- initialExtent → double
-
read-onlyinherited
- initialPage → int
-
finalinherited
- isScrolled → bool
-
read-onlyinherited
- pageCount → int
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
scrollControllers
→ List<
ScrollController> -
finalinherited
- sheetController → PerceiveSlidableController
-
read-onlyinherited
-
stateTower
→ Store<
PerceiveSlidableState> -
read-onlyinherited
- staticScrollModifier → double
-
finalinherited
- tabController ↔ TabController
-
read / writeinherited
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, ) → 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