withHeadRadius method

BarLollipopStyle withHeadRadius(
  1. double value
)

Replaces BarLollipopStyle.headRadius with value.

Implementation

BarLollipopStyle withHeadRadius(double value) => copyWith(headRadius: value);