backgroundClip property
String
get
backgroundClip
Implementation
_i2.String get backgroundClip => _i4.getProperty(
this,
'backgroundClip',
);
set
backgroundClip
(String value)
Implementation
set backgroundClip(_i2.String value) {
_i4.setProperty(
this,
'backgroundClip',
value,
);
}