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