Gabriel Feo
04/22/2020, 4:44 PMdata class Shadow(
val color: Color = Color(0xFF000000),
val offset: Offset = Offset.zero,
val blurRadius: Px = 0.px
)
The shadows we usually define in Xd is composed of offset and blur, and it's often not precise trying to match with elevation