supportThemeIcons property
bool
get
supportThemeIcons
Indicates that this markdown string can contain {@link ThemeIcon ThemeIcons}, e.g. $(zap)
.
Implementation
_i2.bool get supportThemeIcons => _i5.getProperty(
this,
'supportThemeIcons',
);
set
supportThemeIcons
(bool value)
Implementation
set supportThemeIcons(_i2.bool value) {
_i5.setProperty(
this,
'supportThemeIcons',
value,
);
}