clearStemColor method

BarLollipopStyle clearStemColor()

Clears BarLollipopStyle.stemColor to null.

Implementation

BarLollipopStyle clearStemColor() => copyWith(clearStemColor: true);