SetDefaultBackground constructor

SetDefaultBackground({
  1. InputBackground? background,
  2. BackgroundType? type,
  3. required bool forDarkTheme,
})

Implementation

SetDefaultBackground({
  this.background,
  this.type,
  required this.forDarkTheme,
});