blurRadius method

T blurRadius(
  1. double v
)

Sets the Shadow.blurRadius property.

Returns a new Attribute with the updated property.

Implementation

T blurRadius(double v) => only(blurRadius: v);