shadow
fun shadow( offsetHorizontal: String, offsetVertical: String = offsetHorizontal, blur: String? = null, spread: String? = null, color: String? = null, inset: Boolean = false): ShadowProperty
Content copied to clipboard
creates a valid value for shadow-properties like box-shadow or text-shadow
Parameters
offset Horizontal
horizontal offset of the shadow
offset Vertical
vertical offset of the shadow
blur
blur radius of the shadow
spread
of the shadow
color
base color of the shadow
inset
defines of the shadow is inset of not