progress property

double? progress
final

The current progress value within the specified range.

Type: double?. If null, displays indeterminate progress animation. Must be between min and max values when provided. The widget automatically normalizes this value for display.

Implementation

final double? progress;