获取 "background-clip" 的值
String get backgroundClip => getPropertyValue('background-clip');
设置 "background-clip" 的值
set backgroundClip(String value) { setProperty('background-clip', value, ''); }