child property

Widget? child
final

The widget the tooltip will be displayed, either above or below, when the mouse is hovering or whenever it gets long pressed.

Implementation

final Widget? child;