CatchController class
Constructors
- CatchController.new({CatchParentDrag parentDrag = CatchParentDrag.none})
Properties
- canDrag ↔ bool
-
getter/setter pair
- distance ↔ double
-
getter/setter pair
- drag ↔ Drag?
-
getter/setter pair
- dragDownDx ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hold ↔ ScrollHoldController?
-
getter/setter pair
- isDragLeft ↔ bool
-
getter/setter pair
- parentDrag ↔ CatchParentDrag
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getMaxPage(
double pixels, double viewportDimension, double viewportFraction) → double -
initCanDrag(
BuildContext context, double dx, [String? type]) → void -
next(
CatchParentDrag d) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onHorizontalDragCancel(
) → void -
onHorizontalDragDown(
BuildContext context, DragDownDetails details) → void -
onHorizontalDragEnd(
DragEndDetails details) → void -
onHorizontalDragStart(
BuildContext context, DragStartDetails details) → void -
onHorizontalDragUpdate(
BuildContext context, DragUpdateDetails details) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited