circle constant

List<String> const circle

Circle spinner: ◐ ◓ ◑ ◒

Implementation

static const List<String> circle = ['◐', '◓', '◑', '◒'];