WebFBoxShadow constructor
const
WebFBoxShadow({})
Creates a box shadow.
By default, the shadow is solid black with zero offset, blurRadius,
and spreadRadius.
Implementation
const WebFBoxShadow({
super.color,
super.offset,
super.blurRadius,
super.spreadRadius,
this.inset = false,
});