clearTotalColor method

BarWaterfallStyle clearTotalColor()

Clears BarWaterfallStyle.totalColor to null.

Implementation

BarWaterfallStyle clearTotalColor() => copyWith(clearTotalColor: true);