progress property
double
get
progress
A value between 0.0 and 1.0 indicating the timer progress
Implementation
double get progress => min(_current / limit, 1.0);
A value between 0.0 and 1.0 indicating the timer progress
double get progress => min(_current / limit, 1.0);