dotsFrames top-level constant

List<String> const dotsFrames

Unicode dot-style spinner frames (braille characters).

Implementation

const List<String> dotsFrames = [
  '⠋',
  '⠙',
  '⠹',
  '⠸',
  '⠼',
  '⠴',
  '⠦',
  '⠧',
  '⠇',
  '⠏'
];