|
@@ -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),
|