withShadowBlurRadius method
- double value
Replaces LabelStyle.shadowBlurRadius with value.
Implementation
LabelStyle withShadowBlurRadius(double value) =>
copyWith(shadowBlurRadius: value);
Replaces LabelStyle.shadowBlurRadius with value.
LabelStyle withShadowBlurRadius(double value) =>
copyWith(shadowBlurRadius: value);