secondMenuChildOnTap property

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

Implementation

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