progress property

double progress

A value between 0.0 and 1.0 indicating the timer progress

Implementation

double get progress => min(_current / limit, 1.0);