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