renderer property

TooltipRenderer? renderer
getter/setter pair

Indicates a custom render funcion of this tooltip.

If set, align, offset, padding, backgroundColor, radius, elevation, textStyle, multiTuples, variables, and constrained are useless and not allowed.

Implementation

TooltipRenderer? renderer;