levels constant

List<String> const levels

Eight levels of spark bar fill, from empty to full.

Implementation

static const List<String> levels = [
  ' ',
  '▁',
  '▂',
  '▃',
  '▄',
  '▅',
  '▆',
  '▇',
  '█',
];