clearFillColor method
Clears RangeAnnotation.fillColor to null.
Implementation
RangeAnnotation clearFillColor() => copyWith(clearFillColor: true);
Clears RangeAnnotation.fillColor to null.
RangeAnnotation clearFillColor() => copyWith(clearFillColor: true);