AnyBackground constructor

const AnyBackground({
  1. Color? color,
  2. Gradient? gradient,
  3. DecorationImage? image,
  4. BlendMode? blendMode,
  5. bool isAntiAlias = true,
  6. AnyShapeBase shapeBase = AnyShapeBase.zeroBorder,
})

Implementation

const AnyBackground({
  this.color,
  this.gradient,
  this.image,
  this.blendMode,
  this.isAntiAlias = true,
  this.shapeBase = AnyShapeBase.zeroBorder,
});