CSSBoxShadow constructor
CSSBoxShadow({
- Color? color,
- CSSLengthValue? offsetX,
- CSSLengthValue? offsetY,
- CSSLengthValue? blurRadius,
- CSSLengthValue? spreadRadius,
- bool inset = false,
Implementation
CSSBoxShadow({
this.color,
this.offsetX,
this.offsetY,
this.blurRadius,
this.spreadRadius,
this.inset = false,
});