Description
Adds a shadow to a view.
Parameters
color
: The color of the shadow.radius
: The radius of the shadow.x
: The horizontal offset of the shadow.y
: The vertical offset of the shadow.Example
<myView shadow="color:black;radius:10;x:5;y:5"/>