LoadingBar class

A loading bar

Constructors

LoadingBar()
Creates a loading bar.

Properties

hashCode int
The hash code for this object.
no setterinherited
lastPosition String
getter/setter pair
nextPosition NextPositionLoadingBar
getter/setter pair
position String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
started bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
Starts the Loading Bar
stop([String? message]) → void
Stops the Loading Bar with the specified (and optional) message.
toString() String
A string representation of this object.
inherited
update() → void
Updates the Loading Bar

Operators

operator ==(Object other) bool
The equality operator.
inherited