getTooltip method

String getTooltip()

Returns the tooltip of the matched Semantics via Widget.toDiagnosticsNode

Implementation

String getTooltip() {
  return getDiagnosticProp<String>('tooltip');
}