progress property
double
get
progress
Progress of the current morph; 1 at rest, 0 when nothing has been painted.
Implementation
double get progress => _morph?.progress ?? 0;
Progress of the current morph; 1 at rest, 0 when nothing has been painted.
double get progress => _morph?.progress ?? 0;