clearMin method

YAxisConfig clearMin()

Clears YAxisConfig.min to null.

Implementation

YAxisConfig clearMin() => copyWith(clearMin: true);