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