backgroundClip 属性

String backgroundClip

获取 "background-clip" 的值

实现

String get backgroundClip => getPropertyValue('background-clip');
void backgroundClip=(String value)

设置 "background-clip" 的值

实现

set backgroundClip(String value) {
  setProperty('background-clip', value, '');
}