printWidgetAncestorChainOf method

void printWidgetAncestorChainOf(
  1. Object object
)

Implementation

void printWidgetAncestorChainOf(Object object) {
  if (shouldLog) {
    _internalPrint(nextIndent +  widgetAncestorChainOf(object));
  }
}