AntdBoxPainter constructor

const AntdBoxPainter({
  1. Border? border,
  2. BorderRadius? borderRadius,
  3. Color? backgroundColor,
  4. Gradient? gradient,
  5. List<BoxShadow>? shadows,
})

Implementation

const AntdBoxPainter({
  this.border,
  this.borderRadius,
  this.backgroundColor,
  this.gradient,
  this.shadows,
});