WallPaperNoFile constructor

const WallPaperNoFile({
  1. required int id,
  2. required bool ddefault,
  3. required bool dark,
  4. WallPaperSettingsBase? settings,
})

Wall Paper No File constructor.

Implementation

const WallPaperNoFile({
  required this.id,
  required this.ddefault,
  required this.dark,
  this.settings,
}) : super._();