background property
Gets the value of "background"
Implementation
String get background => getPropertyValue('background');
Sets the value of "background"
Implementation
set background(String value) {
setProperty('background', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "background"
String get background => getPropertyValue('background');
Sets the value of "background"
set background(String value) {
setProperty('background', value, '');
}