maxY property

double? maxY
final

Maximum value of the vertical axis.

If this value is null, the maximum value on the vertical axis will be the maximum value in the list nums.

maxY: 20

Implementation

final double? maxY;