IndicatorTrigger enum

Defines the trigger for the pull to refresh gesture.

startEdge: Pull to refresh can be triggered only from the leading edge of the list. Mostly top side, but can be bottom for reversed ListView (with reverse argument set to true).

endEdge: Pull to refresh can be triggered only from the trailing edge of the list. Mostly bottom, but can be top for reversed ListView (with reverse argument set to true).

bothEdges: Pull to refresh can be triggered from both edges of the list.

Inheritance

Constructors

IndicatorTrigger()
const

Values

leadingEdge → const IndicatorTrigger

Pull to refresh can be triggered only from the leading edge of the list. Mostly top side, but can be bottom for reversed ListView (with reverse argument set to true).

trailingEdge → const IndicatorTrigger

Pull to refresh can be triggered only from the trailing edge of the list. Mostly bottom, but can be top for reversed ListView (with reverse argument set to true).

bothEdges → const IndicatorTrigger

Pull to refresh can be triggered from both edges of the list.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<IndicatorTrigger>
A constant List of the values in this enum, in order of their declaration.