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