FontsDownloadWidget constructor

const FontsDownloadWidget({
  1. Key? key,
  2. DownloadFontsDialogStyle? downloadFontsDialogStyle,
  3. String? languageCode,
  4. bool isDark = false,
  5. bool isFontsLocal = false,
  6. QuranCtrl? ctrl,
})

Implementation

const FontsDownloadWidget({
  super.key,
  this.downloadFontsDialogStyle,
  this.languageCode,
  this.isDark = false,
  this.isFontsLocal = false,
  this.ctrl,
});