updateRootFontRelativeLength method
void
updateRootFontRelativeLength()
Implementation
void updateRootFontRelativeLength() {
if (_rootFontRelativeProperties.isEmpty) return;
markNeedsLayout();
if (isSelfBoxModelSizeTight()) {
markParentNeedsLayout();
}
}