String? textFor({required int surah, required int ayah, required int word}) { return textByKey[key(surah: surah, ayah: ayah, word: word)]; }