circular_countdown library
Classes
- CircularCountdown
- A circular countdown.
- TimeCircularCountdown
-
Time unit
CircularCountdown
.
Enums
- CountdownUnit
- Describes the time countdown unit available.
Typedefs
- CountdownCallback = void Function(CountdownUnit unit, int remaining)
-
Signature for a function which takes the
unit
and theremaining
countdown.