BoxDecoration constructor
const
BoxDecoration({
- PdfColor? color,
- BoxBorder? border,
- BorderRadius? borderRadius,
- List<
BoxShadow> ? boxShadow, - Gradient? gradient,
- DecorationGraphic? image,
- BoxShape shape = BoxShape.rectangle,
Implementation
const BoxDecoration({
this.color,
this.border,
this.borderRadius,
this.boxShadow,
this.gradient,
this.image,
this.shape = BoxShape.rectangle,
});