QuranKitConfig constructor
const
QuranKitConfig({
- String fontBaseUrl = '',
- QuranStorage? storage,
- bool enableAudio = true,
- bool enableTafsir = true,
- bool enableSearch = true,
- bool enableWordByWord = true,
- bool enableAsbabNuzul = true,
- int defaultReciterIndex = 0,
- String defaultTafsirId = 'al-tabari',
- String defaultEditionId = 'ar-uthmani',
- String defaultQiraa = 'hafs',
- QuranReadingTheme? defaultTheme,
- int readingGoal = 20,
- bool showTajweed = true,
- bool enableAutoNightMode = false,
- int nightStartHour = 18,
- int nightEndHour = 6,
Implementation
const QuranKitConfig({
this.fontBaseUrl = '',
this.storage,
this.enableAudio = true,
this.enableTafsir = true,
this.enableSearch = true,
this.enableWordByWord = true,
this.enableAsbabNuzul = true,
this.defaultReciterIndex = 0,
this.defaultTafsirId = 'al-tabari',
this.defaultEditionId = 'ar-uthmani',
this.defaultQiraa = 'hafs',
this.defaultTheme,
this.readingGoal = 20,
this.showTajweed = true,
this.enableAutoNightMode = false,
this.nightStartHour = 18,
this.nightEndHour = 6,
});