blurSigma property

double blurSigma

The blurRadius in sigmas instead of logical pixels.

See the sigma argument to MaskFilter.blur.

Implementation

double get blurSigma => convertRadiusToSigma(blurRadius);