获取 "background-repeat" 的值
String get backgroundRepeat => getPropertyValue('background-repeat');
设置 "background-repeat" 的值
set backgroundRepeat(String value) { setProperty('background-repeat', value, ''); }