tooltip property
dynamic
get
tooltip
The tooltip text when you hover over this item.
Note that this property can be set late during {@link InlayHintsProvider.resolveInlayHint resolving} of inlay hints.
Implementation
_i2.dynamic get tooltip => _i5.getProperty(
this,
'tooltip',
);
set
tooltip
(dynamic value)
Implementation
set tooltip(_i2.dynamic value) {
_i5.setProperty(
this,
'tooltip',
value,
);
}