ScrollIncrementDetails class Null safety
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.
read-onlyinherited
- metrics → ScrollMetrics
-
The current metrics of the scrollable that is being scrolled.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- type → ScrollIncrementType
-
The type of scroll this is (e.g. line, page, etc.).
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited