CustomMouseWheelScrollConfig class

Custom mouse wheel scrolling configuration

Constructors

CustomMouseWheelScrollConfig({double scrollAmountMultiplier = 3.0, Duration scrollDuration = const Duration(milliseconds: 400), Curve scrollCurve = Curves.linearToEaseOut, int mouseWheelTurnsThrottleTimeMs = 80})
Default values
const

Properties

hashCode int
The hash code for this object.
no setterinherited
mouseWheelTurnsThrottleTimeMs int
Scrolling throttle duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollAmountMultiplier double
Extra amount to scroll when scrolling using mouse wheel
final
scrollCurve Curve
Scroll curve
final
scrollDuration Duration
Scroll duration
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