FontsDownloadDialog constructor

FontsDownloadDialog({
  1. Key? key,
  2. DownloadFontsDialogStyle? downloadFontsDialogStyle,
  3. QuranTopBarStyle? topBarStyle,
  4. String? languageCode,
  5. bool? isFontsLocal,
  6. bool isDark = false,
})

Implementation

FontsDownloadDialog(
    {super.key,
    this.downloadFontsDialogStyle,
    this.topBarStyle,
    this.languageCode,
    this.isFontsLocal,
    this.isDark = false});