ScrollConfig class
Constructors
- ScrollConfig({required int history, required int multiplier, double sensitivity = 1.15, double fastSensitivity = 5.0})
-
const
Properties
- fastSensitivity → double
-
Orca/xterm
fastScrollSensitivity— used when Alt is held (history).final - hashCode → int
-
The hash code for this object.
no setterinherited
- history → int
-
final
- multiplier → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sensitivity → double
-
Orca/xterm
scrollSensitivity— scales history wheel/pan pixels. Default 1.15 matches Orca's taller-cell compensation.final
Methods
-
copyWith(
{int? history, int? multiplier, double? sensitivity, double? fastSensitivity}) → ScrollConfig -
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