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