AnyBackground constructor
const
AnyBackground({
- Color? color,
- Gradient? gradient,
- DecorationImage? image,
- BlendMode? blendMode,
- bool isAntiAlias = true,
- AnyShapeBase shapeBase = AnyShapeBase.zeroBorder,
Implementation
const AnyBackground({
this.color,
this.gradient,
this.image,
this.blendMode,
this.isAntiAlias = true,
this.shapeBase = AnyShapeBase.zeroBorder,
});