maskBoxImageRepeat 属性

String maskBoxImageRepeat

获取 "mask-box-image-repeat" 的值

实现

String get maskBoxImageRepeat => getPropertyValue('mask-box-image-repeat');
void maskBoxImageRepeat=(String value)

设置 "mask-box-image-repeat" 的值

实现

set maskBoxImageRepeat(String value) {
  setProperty('mask-box-image-repeat', value, '');
}