withCornerRadius method
- double value
Replaces BarBulletStyle.cornerRadius with value.
Implementation
BarBulletStyle withCornerRadius(double value) =>
copyWith(cornerRadius: value);
Replaces BarBulletStyle.cornerRadius with value.
BarBulletStyle withCornerRadius(double value) =>
copyWith(cornerRadius: value);