Flutter-Neumorphic
Flutter-Neumorphic copied to clipboard
Change the colors of shadow
There is no option to change the shadows colors of components. How can we change it ?
You can change it using these properties: Positive depths: shadowLightColor/shadowDarkColor Negative depths: shadowLightColorEmboss/shadowDarkColorEmboss
You can set them in your theme to be applied throughout the app.