Loader class
A circular loading indicator displayed in the button.
@param progress The loading progress, where 0.0 represents no progress and 1.0 represents full progress.
Values outside of this range are coerced into the range.
Set this value to null
to display a circular indeterminate progress indicator.
Constructors
- Loader.new({double? progress})
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