contentIconPath property

Object? get contentIconPath

An absolute path or an URI to an image to be rendered in the attachment. Either an icon or a text can be shown, but not both.

Implementation

_i2.Object? get contentIconPath => _i5.getProperty(
      this,
      'contentIconPath',
    );
set contentIconPath (Object? value)

Implementation

set contentIconPath(_i2.Object? value) {
  _i5.setProperty(
    this,
    'contentIconPath',
    value ?? _i6.undefined,
  );
}