value property

double? value
final

The current value of the indicator. If non-null, produces the following:

Determinate Progress Bar

If null, an indeterminate progress bar is created:

Indeterminate Progress Bar

Implementation

final double? value;