PerceiveSlidableDelegate class abstract
- Implementers
Constructors
- PerceiveSlidableDelegate({required int pageCount, int initialPage = 0, dynamic delegateObject, double staticScrollModifier = 0.0})
Properties
- delegateObject → dynamic
-
final
- delegateState ↔ _PerceiveSlidableDelegateBuilderState?
-
The state of the delegate builder
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialExtent → double
-
no setter
- initialPage → int
-
final
- isScrolled → bool
-
no setter
- pageCount → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scrollControllers
→ List<
ScrollController> -
final
- sheetController → PerceiveSlidableController
-
no setter
-
stateTower
→ Store<
PerceiveSlidableState> -
no setter
- staticScrollModifier → double
-
final
- tabController ↔ TabController
-
getter/setter pair
Methods
-
customBodyBuilder(
BuildContext context, SheetState? state, double extent, int pageIndex) → Widget -
dispose(
) → void -
headerBuilder(
BuildContext context, dynamic pageObj, Widget spacer, double borderRadius) → Widget - Builders and Listeners to be overriden
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
[void fn()?]) → void -
sheetListener(
BuildContext context, SheetState state) → void -
toString(
) → String -
A string representation of this object.
inherited
-
wrapperBuilder(
BuildContext context, Widget page) → Widget
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited