anotherMenuChildOnTap property

  1. @Deprecated('In versions after 2.2.5 this parameter will be removed. Please use customMenuItems in AyahMenuStyle instead.')
void Function(AyahModel ayah)? anotherMenuChildOnTap
final

دالة يتم استدعاؤها عند الضغط على الزر الإضافي الأول في قائمة خيارات الآية anotherMenuChildOnTap

anotherMenuChildOnTap Function called when pressing the first additional button in ayah options menu

Implementation

@Deprecated(
    'In versions after 2.2.5 this parameter will be removed. Please use customMenuItems in AyahMenuStyle instead.')
final void Function(AyahModel ayah)? anotherMenuChildOnTap;