barsFrames top-level constant

List<String> const barsFrames

Unicode bar-style spinner frames (block elements).

Implementation

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