clipRule property

String clipRule

Implementation

_i2.String get clipRule => _i4.getProperty(
      this,
      'clipRule',
    );
void clipRule=(String value)

Implementation

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