SpinnerStyle class

Predefined spinner styles.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

arrows → const List<String>
Arrow spinner: ← ↖ ↑ ↗ → ↘ ↓ ↙
bouncingBar → const List<String>
Bouncing bar spinner: = = = =
circle → const List<String>
Circle spinner: ◐ ◓ ◑ ◒
clock → const List<String>
Clock spinner: 🕐 🕑 🕒 🕓 🕔 🕕 🕖 🕗 🕘 🕙 🕚 🕛
dots → const List<String>
Dot spinner: ⠋ ⠙ ⠹ ⠸ ⠼ ⠴ ⠦ ⠧ ⠇ ⠏
line → const List<String>
Classic rotating line spinner: | / - \
simpleDots → const List<String>
Simple dots: . .. ...
square → const List<String>
Square spinner: ◰ ◳ ◲ ◱