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
read / write
hashCode int
The hash code for this object.
read-onlyinherited
initialExtent double
read-only
initialPage int
final
isScrolled bool
read-only
pageCount int
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scrollControllers List<ScrollController>
final
sheetController PerceiveSlidableController
read-only
stateTower → Store<PerceiveSlidableState>
read-only
staticScrollModifier double
final
tabController TabController
read / write

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