Neumorphic design disappears when resizing window in Flutter
I have a game in which I have implemented a neumorphic design using inset shadows. Since Flutter doesnt support inset shadows out of the box, I have used flutter_inset_shadow: ^2.0.3 package to enable this (I tried other packages also but this one could give me the effect I was looking for on desktop at least.