获取 "border-top-color" 的值
String get borderTopColor => getPropertyValue('border-top-color');
设置 "border-top-color" 的值
set borderTopColor(String value) { setProperty('border-top-color', value, ''); }