UpdateSelectedBackground constructor

const UpdateSelectedBackground({
  1. required bool forDarkTheme,
  2. Background? background,
  3. dynamic extra,
  4. int? clientId,
})

The selected background has changed

Implementation

const UpdateSelectedBackground({
  required this.forDarkTheme,
  this.background,
  this.extra,
  this.clientId,
});