BoxShadow constructor
const
BoxShadow({})
Implementation
const BoxShadow({
this.color = const Color(0x33000000),
this.blurRadius = 0,
this.spreadRadius = 0,
this.offsetX = 0,
this.offsetY = 0,
});
const BoxShadow({
this.color = const Color(0x33000000),
this.blurRadius = 0,
this.spreadRadius = 0,
this.offsetX = 0,
this.offsetY = 0,
});