shapeImageThreshold property
String
get
shapeImageThreshold
Implementation
_i2.String get shapeImageThreshold => _i4.getProperty(
this,
'shapeImageThreshold',
);
set
shapeImageThreshold
(String value)
Implementation
set shapeImageThreshold(_i2.String value) {
_i4.setProperty(
this,
'shapeImageThreshold',
value,
);
}