BoxStyle constructor
const
BoxStyle({})
Implementation
const BoxStyle({
this.backgroundColor = Colors.transparent,
this.border,
this.borderRadius,
this.gradient,
this.boxShadow,
this.shape = BoxShape.rectangle,
});