SetDefaultBackground constructor
SetDefaultBackground({
- InputBackground? background,
- BackgroundType? type,
- required bool forDarkTheme,
Implementation
SetDefaultBackground({
this.background,
this.type,
required this.forDarkTheme,
});