SetBackground constructor
const
SetBackground({
- InputBackground? background,
- BackgroundType? type,
- required bool forDarkTheme,
Changes the background selected by the user; adds background to the list of installed backgrounds
Implementation
const SetBackground({
this.background,
this.type,
required this.forDarkTheme,
});