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:

Implementation

typedef TreemapTileColorValueMapper = dynamic Function(TreemapTile tile);