jumpToJoz let's you navigate to any quran jozz with jozz number Note it receives jozz number not jozz index
void jumpToJoz(int jozz) => jumpToPage(jozz == 1 ? 0 : (quranCtrl.quranStops[(jozz - 1) * 8 - 1]));