HorizonralSwipableDirection class

Constructors

HorizonralSwipableDirection({Widget? child, HorizonralSwipableDirectionBuilder? builder, double? dragExtent, double? dragFactor, double? snapFactor = 0.5, VoidCallback? onDragEnd})
const

Properties

builder → HorizonralSwipableDirectionBuilder?
final
child → Widget?
final
dragExtent → double?
final
dragFactor → double?
final
hashCode → int
The hash code for this object.
no setterinherited
onDragEnd → VoidCallback?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
snapFactor → double?
final

Methods

build(BuildContext context, double dragOffset, double dragExtent) → Widget
copyWith({Widget? child, HorizonralSwipableDirectionBuilder? builder, double? dragExtent, double? dragFactor, double? snapFactor, VoidCallback? onDragEnd}) → HorizonralSwipableDirection
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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