currentPageAyahs property
List<AyahFontsModel>
get
currentPageAyahs
Retrieves the list of Ayahs on the current page.
This method returns the list of Ayahs on the page currently being viewed.
Returns:
List<AyahFontsModel>: The list of Ayahs on the current page.
Implementation
List<AyahFontsModel> get currentPageAyahs =>
state.pages[state.currentPageNumber.value - 1];