backgroundClip property

String backgroundClip

Gets the value of "background-clip"

Implementation

String get backgroundClip => getPropertyValue('background-clip');
void backgroundClip= (String value)

Sets the value of "background-clip"

Implementation

set backgroundClip(String value) {
  setProperty('background-clip', value, '');
}