borderBottomLeftRadius 属性

String borderBottomLeftRadius

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

实现

String get borderBottomLeftRadius =>
    getPropertyValue('border-bottom-left-radius');
void borderBottomLeftRadius=(String value)

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

实现

set borderBottomLeftRadius(String value) {
  setProperty('border-bottom-left-radius', value, '');
}