Identifies one or both limits of a Scrollable in terms of its scrollDirection.

Constants

both ScrollableEdge

The top and bottom of the scrollable if its scrollDirection is vertical or the left and right if its scrollDirection is horizontal.

const ScrollableEdge(0)
leading ScrollableEdge

Only the top of the scrollable if its scrollDirection is vertical, or only the left if its scrollDirection is horizontal.

const ScrollableEdge(1)
none ScrollableEdge

The overscroll indicator should not appear at all.

const ScrollableEdge(3)
trailing ScrollableEdge

Only the bottom of the scrollable if its scroll-direction is vertical, or only the right if its scrollDirection is horizontal.

const ScrollableEdge(2)
values List<ScrollableEdge>

A constant List of the values in this enum, in order of their declaration.

const List<ScrollableEdge>

Properties

index int
read-only
hashCode int

Get a hash code for this object.

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited