UpdateDefaultBackground constructor
UpdateDefaultBackground({
- required bool forDarkTheme,
- Background? background,
Implementation
UpdateDefaultBackground({required this.forDarkTheme, this.background});