Css – how to give this type of shadow of a container in flutter?
I have a Simple screen with GridView.builder with crossAxisCount: 3, and in the itemBuilder I am returning Container with little shadow left, right, and bottom, but failed to achieve what I want. image of current result image of the result…