UpdateDefaultBackground constructor

UpdateDefaultBackground({
  1. required bool forDarkTheme,
  2. Background? background,
})

Implementation

UpdateDefaultBackground({required this.forDarkTheme, this.background});