BoxShadow constructor
BoxShadow({
- ColorValue? color,
- int? offsetX,
- int? offsetY,
- int? radius,
Implementation
BoxShadow({
this.color,
this.offsetX,
this.offsetY,
this.radius,
});