TreemapTileWidgetBuilder typedef

TreemapTileWidgetBuilder = Widget? Function(BuildContext context, TreemapTile tile)

Signature to return a widget based on the given tile.

See also:

Implementation

typedef TreemapTileWidgetBuilder = Widget? Function(
    BuildContext context, TreemapTile tile);