shadowColor function

ShadowColorAttribute shadowColor(
  1. Color color
)

Shadow color attribute

Implementation

ShadowColorAttribute shadowColor(Color color) => ShadowColorAttribute(color);