is it possible? I would like to remove the shadow of the buttons on Xamarin Forms.
Thanks
There's a simple hack around this. Simply wrap the button in a Frame element, with HasShadow set to False
Frame
HasShadow
False
This will remove the button's shadow