ArcaneBoxDecoration constructor

const ArcaneBoxDecoration({
  1. Color? color,
  2. BorderRadius? borderRadius,
  3. ArcaneBorder? border,
  4. List<BoxShadow>? boxShadow,
})

Implementation

const ArcaneBoxDecoration({
  this.color,
  this.borderRadius,
  this.border,
  this.boxShadow,
});