borderTopLeftRadius 属性

String borderTopLeftRadius

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

实现

String get borderTopLeftRadius => getPropertyValue('border-top-left-radius');
void borderTopLeftRadius=(String value)

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

实现

set borderTopLeftRadius(String value) {
  setProperty('border-top-left-radius', value, '');
}