pointerBuilder property

TreemapLegendPointerBuilder? pointerBuilder
final

Returns a widget for the given value.

The pointer is used to indicate the exact color of the hovering tile.

The pointerBuilder will be called when the user interacts with the tiles i.e., while tapping in touch devices and hovering in the mouse enabled devices.

Implementation

final TreemapLegendPointerBuilder? pointerBuilder;