value property

double? value
final

The current value of the indicator. If non-null, a determinate progress bar is created:

Determinate Progress Bar

If null, an indeterminate progress bar is created:

Indeterminate Progress Bar

Implementation

final double? value;