min property

num? min
final

The minimum value allowed. If the user input a value below than min, the value is replaced by min. If min is null, there is no lowest limit.

Implementation

final num? min;