SetBackground constructor

const SetBackground({
  1. InputBackground? background,
  2. BackgroundType? type,
  3. required bool forDarkTheme,
})

Changes the background selected by the user; adds background to the list of installed backgrounds

Implementation

const SetBackground({
  this.background,
  this.type,
  required this.forDarkTheme,
});