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.
Implementation
bool get isDownloadFonts => (state.fontsSelected.value == 1);