Flutter-Neumorphic icon indicating copy to clipboard operation
Flutter-Neumorphic copied to clipboard

Change the colors of shadow

Open archiesingh2812 opened this issue 3 years ago • 1 comments

There is no option to change the shadows colors of components. How can we change it ?

archiesingh2812 avatar Jun 09 '21 17:06 archiesingh2812

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.

shelarsuhas avatar Jun 27 '21 17:06 shelarsuhas