TreemapTile class

Contains information about the treemap tile.

Properties

color Color
Color of the tile.
read-only
group String
Name of the tile group. This is the value returned in the TreemapLevel.groupMapper.
read-only
hasDescendants bool
Specifies whether this tile has any descendant tiles.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
indices List<int>
Contains the indices of the data source which forms this tile.
read-only
level TreemapLevel
Respected tile level details.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
weight double
Weight of the respected tile.
read-only

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