clearHeadColor method
Clears BarLollipopStyle.headColor to null.
Implementation
BarLollipopStyle clearHeadColor() => copyWith(clearHeadColor: true);
Clears BarLollipopStyle.headColor to null.
BarLollipopStyle clearHeadColor() => copyWith(clearHeadColor: true);