withShadowBlurRadius method

LabelStyle withShadowBlurRadius(
  1. double value
)

Replaces LabelStyle.shadowBlurRadius with value.

Implementation

LabelStyle withShadowBlurRadius(double value) =>
    copyWith(shadowBlurRadius: value);