Closed mrvicadai closed 7 years ago
Shadow.box
and other shadows can now be used directly in the style and they will stack in the order that they are given. So, you should be able to do any complex shadows you need to do, just bring them down a level :)
Oh sweet! This actually sounds much better compared to the older API. Thanks!
The big picture of what I'm trying to do
Make a box shadow with a list of
Shadow.box
properties that adheres to Google Material Design.What I did
While using
3.4.1
I was able to do:However, after upgrading to 4.1.0, the
shadows
function is no longer exposed.What I Expected To Happen
Internal.Shadows
orshadows
method is exposed to the users who would like to make complex shadows.What Actually Happened
After upgrading to 4.1.0, the
shadows
function is no longer exposed.Versions