浏览代码

Upgraded to Flutter 1.9.0

dmytro-glynskyi 5 年前
父节点
当前提交
08a7347a4d
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      packages/zefyr/lib/src/widgets/selection.dart

+ 1
- 1
packages/zefyr/lib/src/widgets/selection.dart 查看文件

@@ -422,7 +422,7 @@ class _SelectionHandleDriverState extends State<SelectionHandleDriver>
422 422
     // Make sure the GestureDetector is big enough to be easily interactive.
423 423
     final Rect interactiveRect = handleRect.expandToInclude(
424 424
       Rect.fromCircle(
425
-          center: handleRect.center, radius: kMinInteractiveSize / 2),
425
+          center: handleRect.center, radius: kMinInteractiveDimension / 2),
426 426
     );
427 427
     final RelativeRect padding = RelativeRect.fromLTRB(
428 428
       math.max((interactiveRect.width - handleRect.width) / 2, 0),