supportThemeIcons property

bool supportThemeIcons

Indicates that this markdown string can contain {@link ThemeIcon ThemeIcons}, e.g. $(zap).

Implementation

_i2.bool get supportThemeIcons => _i5.getProperty(
      this,
      'supportThemeIcons',
    );
void supportThemeIcons=(bool value)

Implementation

set supportThemeIcons(_i2.bool value) {
  _i5.setProperty(
    this,
    'supportThemeIcons',
    value,
  );
}