I want a help to create this blur effect as a shadow on an image in flutter and make it circular like that.
Create a blur shadow to a circular image in flutter
1.4k Views Asked by Anas Ezzat At
2
I want a help to create this blur effect as a shadow on an image in flutter and make it circular like that.
You have to put a blur with
ImageFilter.blur
and then give it a slight color for it to blur with.