fix pendent offset

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-29 11:18:42 +08:00
parent e6a2f65b4e
commit f0050dd6e6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import 'package:flutter/rendering.dart';
import 'package:flutter/rendering.dart' show RenderProxyBox, BoxHitTestResult;
import 'package:flutter/widgets.dart';
class ExtraHitTestWidget extends SingleChildRenderObjectWidget {