progress_bar library

Properties

penDone → AnsiPen
final

Functions

progressBar(num percentComplete, {int width = 50, AnsiPen? colorCompleted, AnsiPen? colorRemainder, String leftCap = '[', String rightCap = ']', String fill = '=', String empty = ' '}) String
Returns a text based progress bar for percentComplete.