TreemapTileWidgetBuilder typedef
TreemapTileWidgetBuilder =
Widget? Function(BuildContext context, TreemapTile tile)
Signature to return a widget based on the given tile.
See also:
- IndexedStringValueMapper returns a string based on the given index.
- TreemapTileColorValueMapper returns a dynamic value based on the group and parent.
Implementation
typedef TreemapTileWidgetBuilder = Widget? Function(
BuildContext context, TreemapTile tile);