gutterIconPath property

Object? get gutterIconPath

An absolute path or an URI to an image to be rendered in the gutter.

Implementation

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

Implementation

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