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