TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null)
Creates CSS text shadow with given position and radius.
hShadow
- the position of horizontal shadow
vShadow
- the position of vertical shadow
TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Int)
Creates CSS text shadow with given position and radius and color given in hex format.
hShadow
- the position of horizontal shadow
vShadow
- the position of vertical shadow
TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Col)
Creates CSS text shadow with given position and radius and color given with named constant.
hShadow
- the position of horizontal shadow