sand property

Spinner sand
final

Sand spinner.

Implementation

static final sand = Spinner(
  frames: [
    '⠁',
    '⠂',
    '⠄',
    '⡀',
    '⡈',
    '⡐',
    '⡠',
    BrailleChars.topRow,
    '⣁',
    '⣂',
    '⣄',
    '⣌',
    '⣔',
    '⣤',
    '⣥',
    '⣦',
    '⣮',
    '⣶',
    '⣷',
    BrailleChars.full,
    '⡿',
    '⠿',
    '⢟',
    '⠟',
    '⡛',
    '⠛',
    '⠫',
    '⢋',
    '⠋',
    '⠍',
    '⡉',
    '⠉',
    '⠑',
    '⠡',
    '⢁',
  ],
  fps: const Duration(milliseconds: 80),
);