clearColor method

BarErrorBarStyle clearColor()

Clears BarErrorBarStyle.color to null.

Implementation

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