blur property

double? blur
final

The blur value to apply to the child. This must be null if blurX or blurY is provided.

Implementation

final double? blur;