Box Shadow
class BoxShadow(hOffset: <Error class: unknown class><Number, UNIT>? = null, vOffset: <Error class: unknown class><Number, UNIT>? = null, blurRadius: <Error class: unknown class><Number, UNIT>? = null, spreadRadius: <Error class: unknown class><Number, UNIT>? = null, color: Color? = null, inset: Boolean = false)
Type-safe definition of CSS box shadow.
Parameters
h Offset
the position of the horizontal shadow
v Offset
the position of the vertical shadow
blur Radius
the blur radius
spread Radius
the spread radius
color
color of the shadow
inset
changes the shadow from an outer shadow (outset) to an inner shadow
Constructors
Link copied to clipboard
constructor(hOffset: <Error class: unknown class><Number, UNIT>? = null, vOffset: <Error class: unknown class><Number, UNIT>? = null, blurRadius: <Error class: unknown class><Number, UNIT>? = null, spreadRadius: <Error class: unknown class><Number, UNIT>? = null, color: Color? = null, inset: Boolean = false)