valueNotifier property

ValueNotifier<double>? valueNotifier
final

The object designed to update the value of the progress bar.

Implementation

final ValueNotifier<double>? valueNotifier;