background property
      
      String?
      get
      background
      
    
    
    
Implementation
String? get background;
      
      set
      background
      (String? background) 
      
    
    
    
Implementation
set background(String? background);