LoadingState class

Represents the state of a loading dialog

Constructors

LoadingState({required String message, required bool isVisible, required bool cancellable, double? progress})
Constructor
const

Properties

cancellable bool
Whether the loading can be cancelled
final
hashCode int
The hash code for this object.
no setterinherited
isVisible bool
Whether the dialog is visible
final
message String
The current message
final
progress double?
The current progress (0.0 to 1.0, null if indeterminate)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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