ProgressOptions class
Value-object describing where and how progress should show.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- ProgressOptions({Object? location, String? title, bool? cancellable})
-
factory
Properties
- cancellable ↔ bool?
-
Available on ProgressOptions, provided by the ProgressOptions$Typings extension
Controls if a cancel button should show to allow the user to cancel the long running operation. Note that currently onlyProgressLocation.Notification
is supporting to show a cancel button.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ Object
-
Available on ProgressOptions, provided by the ProgressOptions$Typings extension
The location at which progress should show.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
Available on ProgressOptions, provided by the ProgressOptions$Typings extension
A human-readable string which will be used to describe the operation.getter/setter pair
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