withShadowBlurRadius method

TooltipStyle withShadowBlurRadius(
  1. double value
)

Replaces TooltipStyle.shadowBlurRadius with value.

Implementation

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