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