ActivityBar class abstract
- Implemented types
- Implementers
Constructors
- ActivityBar.new({String? title, String success = '✓', String failure = '✗'})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
Console console, ActivityIndicatorState state) → void -
Render the activity indicator.
override
-
renderActiveBar(
int tick, int width) → ConsoleText -
Called each time the
ActivityBar
should refresh its display. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited