TreemapTileColorValueMapper typedef
TreemapTileColorValueMapper =
dynamic Function(TreemapTile tile)
Signature to return the colors or other types from the data source based on the tile based on which colors will be applied.
See also:
- IndexedDoubleValueMapper which is similar, but it returns a double value.
- TreemapTileWidgetBuilder returns a widget based on a given tile.
Implementation
typedef TreemapTileColorValueMapper = dynamic Function(TreemapTile tile);