BoxShadowCSS constructor
const
BoxShadowCSS({})
Implementation
const BoxShadowCSS({
this.color = ColorsCSS.black,
this.offsetX = SizeCSS.zero,
this.offsetY = SizeCSS.zero,
this.blurRadius = SizeCSS.zero,
this.spreadRadius,
this.inset = false,
});