dmytro-glynskyi пре 5 година
родитељ
комит
08a7347a4d
No account linked to committer's email address
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),