mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
TouchAdjustment adjusts the hit test rects to nearby elements so that when touch targets are too small they can still be hit by users. Instead applications should just make their touch targets big enough, and if they need adjustment it should be implemented at the framework level. R=ojan@chromium.org Review URL: https://codereview.chromium.org/774053003