menu
quran_kit package
documentation
text.dart
QuranEmbeddedText
getSimpleSurah method
getSimpleSurah method
dark_mode
light_mode
getSimpleSurah
method
Map
<
int
,
String
>
?
getSimpleSurah
(
int
surah
)
Get all Simple text for a surah.
Implementation
Map<int, String>? getSimpleSurah(int surah) => _simple?[surah];
quran_kit package
documentation
text
QuranEmbeddedText
getSimpleSurah method
QuranEmbeddedText class