ItemBuilderData<T> class

Data that can be used when building items to make each item appear different.

Constructors

ItemBuilderData(ChartItem<T> item, int itemIndex, int listIndex)

Properties

hashCode int
The hash code for this object.
no setterinherited
item ChartItem<T>
ChartItem contains value of an item and min/max heights. This is useful when you want to have different design/color based on item value or height.
final
itemIndex int
Item index represents index of an item in the list. This is useful when you want to have different design/colors for each item.
final
listIndex int
List index represents index of an list in the data. This is useful if you have multiple lists and want to have different design/colors for them.
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.
override

Operators

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