FontsDownloadDialog constructor
FontsDownloadDialog({
- Key? key,
- DownloadFontsDialogStyle? downloadFontsDialogStyle,
- QuranTopBarStyle? topBarStyle,
- String? languageCode,
- bool? isFontsLocal,
- bool isDark = false,
Implementation
FontsDownloadDialog(
{super.key,
this.downloadFontsDialogStyle,
this.topBarStyle,
this.languageCode,
this.isFontsLocal,
this.isDark = false});