RefreshConfiguration class
Configuration for the pull-to-refresh indicator used by AbstractListBuilder.
When supplied (either on AbstractConfiguration for a global default or on
AbstractListBuilder for a per-list override), the default Material
RefreshIndicator is replaced by AbstractRefreshIndicator and the values
here drive its appearance and behaviour.
New override points (e.g. trigger distance, drag damping, spin duration) should be added here rather than as new top-level fields on AbstractConfiguration.
Constructors
- RefreshConfiguration({required Widget icon})
-
const
Properties
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