BoxShadow

inline fun BoxShadow(offsetX: Length, offsetY: Length, color: Color): BoxShadow(source)
inline fun BoxShadow(offsetX: Length, offsetY: Length, blurRadius: Length, color: Color): BoxShadow(source)
inline fun BoxShadow(offsetX: Length, offsetY: Length, blurRadius: Length, spreadRadius: Length, color: Color): BoxShadow(source)
inline fun BoxShadow(inset: BoxShadowInset, offsetX: Length, offsetY: Length, color: Color): BoxShadow(source)
inline fun BoxShadow(inset: BoxShadowInset, offsetX: Length, offsetY: Length, blurRadius: Length, color: Color): BoxShadow(source)
inline fun BoxShadow(    inset: BoxShadowInset,     offsetX: Length,     offsetY: Length,     blurRadius: Length,     spreadRadius: Length,     color: Color): BoxShadow(source)