progressPercentage property

ValueNotifier<int> progressPercentage
getter/setter pair

Implementation

ValueNotifier<int> progressPercentage = ValueNotifier(0);