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