SpanDecorationPaintDetails class

Provides the details of a given SpanDecoration for painting.

Created during paint by the RenderTableViewport for the Span.foregroundDecoration and Span.backgroundDecoration.

Constructors

SpanDecorationPaintDetails({required Canvas canvas, required Rect rect, required AxisDirection axisDirection})
Creates the details needed to paint a SpanDecoration.

Properties

axisDirection AxisDirection
The AxisDirection of the Axis of the Span.
final
canvas Canvas
The Canvas that the SpanDecoration will be painted to.
final
hashCode int
The hash code for this object.
no setterinherited
rect Rect
A Rect representing the visible area of a row or column in the TableView, as represented by a Span.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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