borderTopRightRadius 属性

String borderTopRightRadius

获取 "border-top-right-radius" 的值

实现

String get borderTopRightRadius =>
    getPropertyValue('border-top-right-radius');
void borderTopRightRadius=(String value)

设置 "border-top-right-radius" 的值

实现

set borderTopRightRadius(String value) {
  setProperty('border-top-right-radius', value, '');
}