changeTafsirPopupMenu method
إظهار قائمة منبثقة لتغيير نوع التفسير. Show a popup menu to change the tafsir style.
Implementation
Widget changeTafsirPopupMenu(TafsirStyle tafsirStyle,
{int? pageNumber, bool? isDark}) =>
ChangeTafsirDialog(
tafsirStyle: tafsirStyle, pageNumber: pageNumber, isDark: isDark!);