String background

Gets the value of "background"

Source

String get background => this._background;
void background=(String value)

Sets the value of "background"

Source

set background(String value) {
  _background = value == null ? '' : value;
}