borderEndColor 属性

String borderEndColor

获取 "border-end-color" 的值

实现

String get borderEndColor => getPropertyValue('border-end-color');
void borderEndColor=(String value)

设置 "border-end-color" 的值

实现

set borderEndColor(String value) {
  setProperty('border-end-color', value, '');
}