withCornerRadius method

BarBulletStyle withCornerRadius(
  1. double value
)

Replaces BarBulletStyle.cornerRadius with value.

Implementation

BarBulletStyle withCornerRadius(double value) =>
    copyWith(cornerRadius: value);