builder property

An optional builder which returns the child widget that the tooltip is aligned to.

Can incorporate a value-independent widget subtree from the child into the returned widget tree.

This can be null if the entire widget subtree the builder builds doest not require the controller.

Implementation

final ValueWidgetBuilder<FTooltipController> builder;