backgroundRepeatY 属性
获取 "background-repeat-y" 的值
实现
String get backgroundRepeatY => getPropertyValue('background-repeat-y');
设置 "background-repeat-y" 的值
实现
set backgroundRepeatY(String value) {
setProperty('background-repeat-y', value, '');
}