BoxDecoration constructor
const
BoxDecoration({
- Color? color,
- BorderRadius? borderRadius,
- Border? border,
- List<
BoxShadow> ? boxShadow,
Implementation
const BoxDecoration({
this.color,
this.borderRadius,
this.border,
this.boxShadow,
});