CircularStackEntry class

Data object defining a stack in a circular chart.

Each CircularStackEntry corresponds to a complete circle in the chart. For radial charts that is one of the rings, for pie charts it is the whole pie.

A stack is composed of entries, a List containing 1 or more CircularSegmentEntries and an optional rankKey String.

Constructors

CircularStackEntry(List<CircularSegmentEntry> entries, {String? rankKey})
const

Properties

entries List<CircularSegmentEntry>
List of CircularSegmentEntrys that make up this stack.
final
hashCode int
The hash code for this object.
no setterinherited
rankKey String?
An optional String key, used when animating charts to preserve semantics when transitioning between data points.
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