Shadow
The shadow class for holding information about
a box or text-shadow.
Gets the blur radius.
Gets the color of the shadow.
Gets if the shadow is inset.
Gets the horizontal offset.
Gets the vertical offset.
Gets the spread radius.
public Shadow(bool inset, Length offsetX, Length offsetY, Length blurRadius, Length spreadRadius, Color color)
Creates a new CSS shadow.