Can anyone tell me how we can create inner shadows like this in flutter please.
Asked
Active
Viewed 78 times
1

Harry R
- 89
- 1
- 9
-
refer this https://stackoverflow.com/questions/54061964/inner-shadow-effect-in-flutter – nagendra nag Jan 28 '22 at 11:45
1 Answers
2
This concept is knowns as Neomorphism. And you can use some package to implement it.
Below are some:
Cheers!

Hamza
- 1,523
- 15
- 33
-
This helped, thank you, but I would also like know how to do this in code, without using a package. – Harry R Feb 04 '22 at 10:29