79467803

Date: 2025-02-25 20:35:28
Score: 1
Natty:
Report link

In this case, you should just use 'ImageFiltered' like this:

itemBuilder: (context, index) => ClipRect(
 child: ImageFiltered(
            imageFilter: ImageFilter.blur(sigmaX: value, sigmaY: value),
            child: child,
        ),
 ),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Caio Luppo