blurSigma property
Gaussian sigma applied under the shader, in logical pixels. Runs as a composed ui.ImageFilter.blur because Flutter's separable pass beats any multi-tap loop written in the fragment shader.
Implementation
final double blurSigma;
Gaussian sigma applied under the shader, in logical pixels. Runs as a composed ui.ImageFilter.blur because Flutter's separable pass beats any multi-tap loop written in the fragment shader.
final double blurSigma;