tooltip property
String
get
tooltip
A human-readable tooltip for this decoration.
Implementation
_i2.String get tooltip => _i5.getProperty(
this,
'tooltip',
);
set
tooltip
(String value)
Implementation
set tooltip(_i2.String value) {
_i5.setProperty(
this,
'tooltip',
value,
);
}