withStemWidth method

BarLollipopStyle withStemWidth(
  1. double value
)

Replaces BarLollipopStyle.stemWidth with value.

Implementation

BarLollipopStyle withStemWidth(double value) => copyWith(stemWidth: value);