devtools
devtools copied to clipboard
Fix inspector Auto Scroll
Fixes https://github.com/flutter/devtools/issues/3561
This change fixes scrollToRect and related areas so that autoscrolling will always snap to the top left of the screen ( with 3 rows of padding).
If the focused node is already on the screen, no scrolling is done.