RemoveBackground constructor

const RemoveBackground({
  1. required int backgroundId,
})

Removes background from the list of installed backgrounds

Implementation

const RemoveBackground({
  required this.backgroundId,
});