Completed class

Constructors

Completed({String completedMsg = "Completed !", int completionDelay = 1500, AssetImage? completedImage})

Properties

completedImage AssetImage?
completedImage The default does not contain any value, if the value is assigned another asset image is created.
final
completedMsg String
completedMsg Assign the completed Message
getter/setter pair
completionDelay int
completionDelay The time the dialog window will wait to close
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

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