content property

Widget content
final

The content of the tooltip. Typically a Text widget. Tooltip's content should be contextual, helpful, and nonessential. Tooltips should never contain essential content.

Implementation

final Widget content;