Added HitTestBehavior.opaque, per code review comments

This commit is contained in:
Eric Poulsen
2026-06-13 20:26:38 -07:00
parent 321d4b9775
commit 80f4fd5218
+1
View File
@@ -537,6 +537,7 @@ class _RoutingSheetBodyState extends State<_RoutingSheetBody> {
];
return Listener(
behavior: HitTestBehavior.opaque,
onPointerDown: PlatformInfo.isDesktop && hasBytes
? (event) {
if (event.buttons & kSecondaryMouseButton != 0) {