IndicatorBuilderDelegate class abstract

An abstract class for defining indicator delegates.

Implementers

Constructors

IndicatorBuilderDelegate()
const

Properties

autoRebuild bool
When set to true, the build function will be called whenever the controller changes. It is set to true by default.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context, Widget child, IndicatorController controller) Widget
Function that builds the custom refresh indicator
call(BuildContext context, Widget child, IndicatorController controller) Widget
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