UpdateSelectedBackground constructor
const
UpdateSelectedBackground({
- required bool forDarkTheme,
- Background? background,
- dynamic extra,
- int? clientId,
The selected background has changed
Implementation
const UpdateSelectedBackground({
required this.forDarkTheme,
this.background,
this.extra,
this.clientId,
});