瀏覽代碼

Merge branch 'dev'

Anatoly Pulyaevskiy 5 年之前
父節點
當前提交
8590ffb71d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      packages/zefyr/lib/src/widgets/selection.dart

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

@@ -432,7 +432,7 @@ class _SelectionHandleDriverState extends State<SelectionHandleDriver>
432 432
     // Make sure the GestureDetector is big enough to be easily interactive.
433 433
     final Rect interactiveRect = handleRect.expandToInclude(
434 434
       Rect.fromCircle(
435
-          center: handleRect.center, radius: kMinInteractiveSize / 2),
435
+          center: handleRect.center, radius: kMinInteractiveDimension / 2),
436 436
     );
437 437
     final RelativeRect padding = RelativeRect.fromLTRB(
438 438
       math.max((interactiveRect.width - handleRect.width) / 2, 0),