withStemColor method
- Color value
Replaces BarLollipopStyle.stemColor with value.
Implementation
BarLollipopStyle withStemColor(Color value) => copyWith(stemColor: value);
Replaces BarLollipopStyle.stemColor with value.
BarLollipopStyle withStemColor(Color value) => copyWith(stemColor: value);