tooltip property

String get tooltip

A textual description of the widget's tooltip.

The reading direction is given by textDirection.

Implementation

String get tooltip => _tooltip;
set tooltip (String tooltip)

Implementation

set tooltip(String tooltip) {
  _tooltip = tooltip;
  _hasBeenAnnotated = true;
}