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