isDownloadedFonts property

RxBool get isDownloadedFonts

-------- Getter ----------

Implementation

RxBool get isDownloadedFonts =>
    QuranCtrl.instance.state.fontsSelected.value == 1 ? true.obs : false.obs;