WindowsProgressBar class
A progress bar in a Windows notification.
To update the progress after the notification has been shown,
use FlutterLocalNotificationsWindows.updateProgressBar
.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
A unique ID for this progress bar.
final
- label ↔ String?
-
Overrides the default reading as a percent with a different text.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
Describes what's happening, like
Downloading...
orInstalling...
final - title → String?
-
An optional title.
final
- value ↔ double?
-
The value of the progress, from 0.0 to 1.0.
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