resetInheritedTextCaches method
void
resetInheritedTextCaches()
Implementation
void resetInheritedTextCaches() {
_layoutPassInheritedTextCachePassId = -1;
_layoutPassInheritedFontWeight = null;
_layoutPassInheritedFontStyle = null;
_layoutPassInheritedTextIndent = null;
_layoutPassInheritedWordBreak = null;
_layoutPassInheritedWhiteSpace = null;
_layoutPassInheritedDirection = null;
_cachedInheritedTextAlign = null;
_cachedInheritedTextAlignParent = null;
_cachedInheritedDirection = null;
_cachedInheritedDirectionParent = null;
}