clipPath property

String get clipPath

Implementation

_i2.String get clipPath => _i4.getProperty(
      this,
      'clipPath',
    );
set clipPath (String value)

Implementation

set clipPath(_i2.String value) {
  _i4.setProperty(
    this,
    'clipPath',
    value,
  );
}