backgroundType property
      
      String?
      get
      backgroundType
      
    
    
the type of background. Possible values: gradient, tile.
Implementation
String? get backgroundType => _background?['type'];the type of background. Possible values: gradient, tile.
String? get backgroundType => _background?['type'];