clearColor method

PointStyle clearColor()

Clears PointStyle.color to null.

Implementation

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