borderTopLeftRadius 属性
获取 "border-top-left-radius" 的值
实现
String get borderTopLeftRadius => getPropertyValue('border-top-left-radius');
设置 "border-top-left-radius" 的值
实现
set borderTopLeftRadius(String value) {
setProperty('border-top-left-radius', value, '');
}