minY property

double? minY
final

Minimum value of the vertical axis.

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

minY: 0

Implementation

final double? minY;