shapeImageThreshold 属性
获取 "shape-image-threshold" 的值
实现
String get shapeImageThreshold => getPropertyValue('shape-image-threshold');
设置 "shape-image-threshold" 的值
实现
set shapeImageThreshold(String value) {
setProperty('shape-image-threshold', value, '');
}