min property

  1. @override
double min
final

The minimum value the user can enter.

Defaults to 0.0. Must be less than or equal to max.

If min is equal to max, the spinbox is disabled.

Implementation

@override
final double min;