menu
quran_kit package
documentation
text.dart
QuranEmbeddedText
getSimple method
getSimple method
dark_mode
light_mode
getSimple
method
String
?
getSimple
(
int
surah
,
int
ayah
)
Get Simple text for an ayah.
Implementation
String? getSimple(int surah, int ayah) => _simple?[surah]?[ayah];
quran_kit package
documentation
text
QuranEmbeddedText
getSimple method
QuranEmbeddedText class