Gets the value of "background"
String get background => this._background;
Sets the value of "background"
set background(String value) { _background = value == null ? '' : value; }