maxValue property

String? maxValue
final

The maximum value of the node.

Used in conjunction with value to define the current value and range of a node. A typical usage is for progress indicators, where value represents the current progress and maxValue defines the maximum possible value.

Implementation

final String? maxValue;