useTextGlyphs property
bool
get
useTextGlyphs
Implementation
bool get useTextGlyphs {
return delegates?.text == null && composition.characters.isNotEmpty;
}
bool get useTextGlyphs {
return delegates?.text == null && composition.characters.isNotEmpty;
}