SetBackground constructor

SetBackground({
  1. String? extra,
  2. int? client_id,
  3. InputBackground? background,
  4. BackgroundType? type,
  5. Bool? for_dark_theme,
})

Implementation

SetBackground({
  super.extra,
  super.client_id,
  this.background,
  this.type,
  this.for_dark_theme,
});