BoxShadow constructor
const
BoxShadow({})
Create a box shadow with the given offsets, blur, spread, and color.
Implementation
const factory BoxShadow({required Unit offsetX, required Unit offsetY, Unit? blur, Unit? spread, Color? color}) =
_BoxShadow;