pointerBuilder property

LegendPointerBuilder? pointerBuilder
final

Returns a widget for the given value. Pointer which is used to denote the exact color on the segment for the hovered shape or bubble. The pointerBuilder will be called when the user interacts with the shapes or bubbles i.e., while tapping in touch devices and hovering in the mouse enabled devices.

Implementation

final LegendPointerBuilder? pointerBuilder;