tooltip property

dynamic tooltip

The tooltip text when you hover over this entry.

Implementation

_i2.dynamic get tooltip => _i5.getProperty(
      this,
      'tooltip',
    );
void tooltip=(dynamic value)

Implementation

set tooltip(_i2.dynamic value) {
  _i5.setProperty(
    this,
    'tooltip',
    value,
  );
}