clearStemColor method
Clears BarLollipopStyle.stemColor to null.
Implementation
BarLollipopStyle clearStemColor() => copyWith(clearStemColor: true);
Clears BarLollipopStyle.stemColor to null.
BarLollipopStyle clearStemColor() => copyWith(clearStemColor: true);