SheetPhysics class abstract

Implementers

Constructors

SheetPhysics({SheetPhysics? parent})
const

Properties

dragStartDistanceMotionThreshold double?
The minimum amount of pixel distance drags must move by to start motion the first time or after each time the drag motion stopped.
no setter
hashCode int
The hash code for this object.
no setterinherited
parent SheetPhysics?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyPhysicsToOffset(double offset, SheetMetrics metrics) double
applyTo(SheetPhysics ancestor) SheetPhysics
Create a copy of this object appending the ancestor to the physics chain, much like ScrollPhysics.applyTo.
computeOverflow(double offset, SheetMetrics metrics) double
copyWith({SheetPhysics? parent, SpringDescription? spring}) SheetPhysics
Create a copy of this object with the given fields replaced by the new values.
createBallisticSimulation(double velocity, SheetMetrics metrics) Simulation?
createSettlingSimulation(SheetMetrics metrics) Simulation?
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