backgroundClip property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getbackgroundClip
Gets the value of "background-clip"
Implementation
String get backgroundClip => getPropertyValue('background-clip');
setbackgroundClip (String value)
Sets the value of "background-clip"
Implementation
set backgroundClip(String value) {
setProperty('background-clip', value, '');
}