withStemColor method

BarLollipopStyle withStemColor(
  1. Color value
)

Replaces BarLollipopStyle.stemColor with value.

Implementation

BarLollipopStyle withStemColor(Color value) => copyWith(stemColor: value);