clearTextWidthCache static method

void clearTextWidthCache()

Clears the text width cache. Call when theme changes.

Implementation

static void clearTextWidthCache() {
  _textWidthCache.clear();
}