timeLeft property
getter/setter pair
The time remaining. Stops decreasing when isPaused is true.
Implementation
Duration timeLeft = Duration.zero;
The time remaining. Stops decreasing when isPaused is true.
Duration timeLeft = Duration.zero;