tooltip property
String
get
tooltip
A tooltip to show when the item is hovered.
Implementation
_i2.String get tooltip => _i5.getProperty(
this,
'tooltip',
);
set
tooltip
(String value)
Implementation
set tooltip(_i2.String value) {
_i5.setProperty(
this,
'tooltip',
value,
);
}