max property

  1. @override
double max
final

The maximum value the user can enter.

Defaults to 100.0. Must be greater than or equal to min.

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

Implementation

@override
final double max;