shouldShowBasmala method
التحقق من أن السورة ليست التوبة (لعرض البسملة) Check if surah is not At-Tawbah (for displaying Basmala)
Implementation
bool shouldShowBasmala() => (_surahNumber != 1) && (_surahNumber != 9);
التحقق من أن السورة ليست التوبة (لعرض البسملة) Check if surah is not At-Tawbah (for displaying Basmala)
bool shouldShowBasmala() => (_surahNumber != 1) && (_surahNumber != 9);