CampaignCanvasContainer class final

Inheritance

Constructors

CampaignCanvasContainer(CampaignCanvasBox box, {required CampaignCanvasPaint fill, BorderRadius cornerRadius = BorderRadius.zero, CampaignCanvasBorder? border, CampaignCanvasShadow? shadow})
const

Properties

border CampaignCanvasBorder?
final
box CampaignCanvasBox
finalinherited
cornerRadius BorderRadius
final
fill CampaignCanvasPaint
A container has no content — its content is decoration — so it authors fill/cornerRadius/border/shadow in its own props rather than the shared containerProps Box every other widget uses (docs/v2-contraCT §3.7). fill is a Fill (§1.4): solid, gradient, none, or CampaignCanvasImagePaint — the old flat imageUrl/ imagePositionX/Y/imageScale fields are gone, hoisted into that variant instead.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow CampaignCanvasShadow?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited