ActivityIndicator<T extends ActivityIndicatorRenderer> class

Constructors

ActivityIndicator.new({required T activity, required Console console})

Properties

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

Methods

failure() → void
Stops the activity indicator with failure.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start([Duration interval = const Duration(milliseconds: 100)]) → void
Starts the activity indicator.
success() → void
Stops the activity indicator with success.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited