withCornerRadius method

PolarColumnStyle withCornerRadius(
  1. double value
)

Replaces PolarColumnStyle.cornerRadius with value.

Implementation

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