ActivityBar class abstract

Implemented types
Implementers

Constructors

ActivityBar.new({String? title, String success = '✓', String failure = '✗'})

Properties

failure String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success String
final
title String?
Returns or sets the title of the activity bar.
getter/setter pair

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