SetBackground constructor
SetBackground({
- String? extra,
- int? client_id,
- InputBackground? background,
- BackgroundType? type,
- Bool? for_dark_theme,
Implementation
SetBackground({
super.extra,
super.client_id,
this.background,
this.type,
this.for_dark_theme,
});