max property

double max
final

The value's current maximum value along the slider's track, in percentage.

Contract

Throws AssertionError if:

  • max <= min
  • 1 <= max
  • total percentage is less than constraints.min.
  • total percentage is greater than constraints.max.

Implementation

final double max;