GetBackgrounds constructor

GetBackgrounds({
  1. String? extra,
  2. int? client_id,
  3. Bool? for_dark_theme,
})

Implementation

GetBackgrounds({
  super.extra,
  super.client_id,
  this.for_dark_theme,
});