clearTextWidthCache static method
void
clearTextWidthCache()
Clears the text width cache. Call when theme changes.
Implementation
static void clearTextWidthCache() {
_textWidthCache.clear();
}
Clears the text width cache. Call when theme changes.
static void clearTextWidthCache() {
_textWidthCache.clear();
}