arrows constant

List<String> const arrows

Arrow spinner: ← ↖ ↑ ↗ → ↘ ↓ ↙

Implementation

static const List<String> arrows = ['←', '↖', '↑', '↗', '→', '↘', '↓', '↙'];