max property

double max
final

The maximum value of the progress range.

Type: double, default: 1.0. Defines the completion point for progress calculation. Must be greater than min.

Implementation

final double max;