Gets the value of "background-clip"
String get backgroundClip => getPropertyValue('background-clip');
Sets the value of "background-clip"
set backgroundClip(String value) { setProperty('background-clip', value, ''); }