RemoveBackground constructor
      const
      RemoveBackground({ 
    
- required int backgroundId,
Removes background from the list of installed backgrounds
Implementation
const RemoveBackground({
  required this.backgroundId,
});