isFontsDownloaded property
bool
get
isFontsDownloaded
لمعرفة ما إذا كانت الخطوط محملة او لا، ما عليك سوى إستدعاء isFontsDownloaded
To find out whether fonts are downloaded or not, just call isFontsDownloaded
Implementation
bool get isFontsDownloaded =>
GetStorage().read(_StorageConstants().isDownloadedCodeV2Fonts) ?? false;