shapeImageThreshold property

String shapeImageThreshold

Implementation

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

Implementation

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