CampaignCanvasContainer class final
- Inheritance
-
- Object
- CampaignCanvasWidget
- CampaignCanvasContainer
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/shadowin its ownpropsrather than the sharedcontainerPropsBox every other widget uses (docs/v2-contraCT §3.7).fillis aFill(§1.4): solid, gradient, none, or CampaignCanvasImagePaint — the old flatimageUrl/imagePositionX/Y/imageScalefields 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