eighths constant

List<String> const eighths

List of fractional block characters for smooth progress representation.

Implementation

static const List<String> eighths = [
  '▏', // 1/8
  '▎', // 2/8
  '▍', // 3/8
  '▌', // 4/8
  '▋', // 5/8
  '▊', // 6/8
  '▉', // 7/8
  '█', // 8/8
];