minValue property

String? minValue
final

The minimum 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 minValue defines the minimum possible value.

Implementation

final String? minValue;