progress property

ValueNotifier<double> progress
getter/setter pair

Implementation

ValueNotifier<double> progress = ValueNotifier(0.0);