Rishabh Singh Bisht
Results
2
comments of
Rishabh Singh Bisht
Have you used ` clipChildren = false` on parent? If yes then most likely your shadows are getting outside your parent’s bounds too. So you’ll also have to add `clipChildren...
Most likely your shadows are getting outside your parent’s bounds. So you’ll have to add `clipChildren = false` to the next immediate parent too.