withHeadRadius method
- double value
Replaces BarLollipopStyle.headRadius with value.
Implementation
BarLollipopStyle withHeadRadius(double value) => copyWith(headRadius: value);
Replaces BarLollipopStyle.headRadius with value.
BarLollipopStyle withHeadRadius(double value) => copyWith(headRadius: value);