ProgressBar class

Implemented types

Constructors

ProgressBar({required num value, num max = 1.0, String? label, Style? barStyle, Style? trackStyle, String fillChar = '█', String emptyChar = '░'})
const

Properties

barStyle → Style?
final
emptyChar → String
final
fillChar → String
final
hashCode → int
The hash code for this object.
no setterinherited
label → String?
final
max → num
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
trackStyle → Style?
final
value → num
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(Rect area, Buffer buffer, RenderContext ctx) → void
override
toString() → String
A string representation of this object.
inherited

Operators

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