isDownloadFonts property

bool get isDownloadFonts

Checks if the fonts are downloaded locally.

This method returns a boolean indicating whether the fonts are downloaded locally.

Returns: bool: true if the fonts are downloaded, false otherwise. الخطوط المضغوطة تُحمّل عبر QuranFontsService

Implementation

bool get isDownloadFonts =>
    state.fontsSelected.value == 0 && !state.fontsReady.value;