Recently, I tried to blur the image. But the method using BackDropFilter
only makes the blurry effect on the image but doesn't blur the image itself.
What I want to do is to blur the network image itself so it doesn't have a solid border. As you know, with BackDropFilter
, the image gets blurred but still has a solid and discontinuous border.
Maybe it doesn't have to be 'blurring image itself' but still I can't figure out how to blur the image with naturally-fading-out border.
Help me please. Thank you
You can either use a
Stack
where aBackdropFilter
covers your image (as suggested by @Narritt), or you can use theImageFiltered
class: