underMin property
Whether this timer has under a minute remaining.
Implementation
bool get underMin => timeLeft <= const Duration(minutes: 1);
Whether this timer has under a minute remaining.
bool get underMin => timeLeft <= const Duration(minutes: 1);