withBorderRadius method

LabelStyle withBorderRadius(
  1. double value
)

Replaces LabelStyle.borderRadius with value.

Implementation

LabelStyle withBorderRadius(double value) => copyWith(borderRadius: value);