clearSize method

PointStyle clearSize()

Clears PointStyle.size to null.

Implementation

PointStyle clearSize() => copyWith(clearSize: true);