1

Can anyone tell me how we can create inner shadows like this in flutter please. enter image description here

Harry R
  • 89
  • 1
  • 9

1 Answers1

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