borderBottomRightRadius 属性

String borderBottomRightRadius

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

实现

String get borderBottomRightRadius =>
    getPropertyValue('border-bottom-right-radius');
void borderBottomRightRadius=(String value)

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

实现

set borderBottomRightRadius(String value) {
  setProperty('border-bottom-right-radius', value, '');
}