This SurfaceFX simply forwards the Filter radius for the given layer straight to FX.b.
static ImageFilter blurry(double specRadius, SurfaceLayer layerForRender) => b(specRadius);