ScrollIncrementDetails class

A details object that describes the type of scroll increment being requested of a ScrollIncrementCalculator function, as well as the current metrics for the scrollable.

Constructors

ScrollIncrementDetails({required ScrollIncrementType type, required ScrollMetrics metrics})
A const constructor for a ScrollIncrementDetails.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
metrics ScrollMetrics
The current metrics of the scrollable that is being scrolled.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ScrollIncrementType
The type of scroll this is (e.g. line, page, etc.).
final

Methods

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