detail property

String get detail

A human-readable string which is rendered less prominently on a separate line in places where the task's name is displayed. Supports rendering of {@link ThemeIcon theme icons} via the $(<name>)-syntax.

Implementation

_i2.String get detail => _i5.getProperty(
      this,
      'detail',
    );
set detail (String value)

Implementation

set detail(_i2.String value) {
  _i5.setProperty(
    this,
    'detail',
    value,
  );
}