UpdateSelectedBackground constructor
UpdateSelectedBackground({
- String? extra,
- int? client_id,
- Bool? for_dark_theme,
- Background? background,
Implementation
UpdateSelectedBackground({
super.extra,
super.client_id,
this.for_dark_theme,
this.background,
});