Prints a textual representation of the entire layer tree.
Source
void debugDumpLayerTree() {
debugPrint(RendererBinding.instance?.renderView?.layer?.toStringDeep());
}
Prints a textual representation of the entire layer tree.
void debugDumpLayerTree() {
debugPrint(RendererBinding.instance?.renderView?.layer?.toStringDeep());
}