background property

String? background

Property getter and setter for background:

Implementation

String? get background;
void background=(String? background)

Implementation

set background(String? background);