shapeImageThreshold 属性

String shapeImageThreshold

获取 "shape-image-threshold" 的值

实现

String get shapeImageThreshold => getPropertyValue('shape-image-threshold');
void shapeImageThreshold=(String value)

设置 "shape-image-threshold" 的值

实现

set shapeImageThreshold(String value) {
  setProperty('shape-image-threshold', value, '');
}