ScrollAmount class enum

Contains values that specify the direction and distance to scroll.

Constructors

ScrollAmount()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

ScrollAmount_LargeDecrement → const int
Scrolling is done in large decrements, equivalent to pressing the PAGE UP key or clicking on a blank part of a scroll bar.
ScrollAmount_LargeIncrement → const int
Scrolling is done in large increments, equivalent to pressing the PAGE DOWN or PAGE UP key or clicking on a blank part of a scroll bar.
ScrollAmount_NoAmount → const int
No scrolling is done.
ScrollAmount_SmallDecrement → const int
Scrolling is done in small decrements, equivalent to pressing an arrow key or clicking the arrow button on a scroll bar.
ScrollAmount_SmallIncrement → const int
Scrolling is done in small increments, equivalent to pressing an arrow key or clicking the arrow button on a scroll bar.