CanvasBarStack class

A stack of CanvasRect to be painted by ChartCanvas.

Constructors

CanvasBarStack(List<CanvasRect> segments, {int? radius, int stackedBarPadding = 1, bool roundTopLeft = false, bool roundTopRight = false, bool roundBottomLeft = false, bool roundBottomRight = false})
factory

Properties

fullStackRect Rectangle<int>
final
hashCode int
The hash code for this object.
no setterinherited
radius int?
final
roundBottomLeft bool
final
roundBottomRight bool
final
roundTopLeft bool
final
roundTopRight bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments List<CanvasRect>
final
stackedBarPadding int
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