BoxDecorationPainter class

An object that paints a BoxDecoration into a canvas.

Inheritance

Constructors

BoxDecorationPainter(EdgeInsets? padding, CSSRenderStyle renderStyle, VoidCallback onChanged)

Properties

backgroundImageSize → Size?
no setter
hashCode → int
The hash code for this object.
no setterinherited
onChanged → VoidCallback?
Callback that is invoked if an asynchronously-loading resource used by the decoration finishes loading. For example, an image. When this is invoked, the paint method should be called again.
finalinherited
padding ↔ EdgeInsets?
getter/setter pair
renderStyle ↔ CSSRenderStyle
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

dashPath(Path source, {required CircularIntervalList<double> dashArray}) → Path
dispose() → void
Discard any resources being held by the object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas, Offset offset, ImageConfiguration configuration) → void
Paint the box decoration into the given location on the given canvas
override
paintBackground(Canvas canvas, Offset offset, ImageConfiguration configuration) → void
toString() → String
A string representation of this object.
override

Operators

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