clearTotalColor method
Clears BarWaterfallStyle.totalColor to null.
Implementation
BarWaterfallStyle clearTotalColor() => copyWith(clearTotalColor: true);
Clears BarWaterfallStyle.totalColor to null.
BarWaterfallStyle clearTotalColor() => copyWith(clearTotalColor: true);