widen drag handle to 8px hit area

Still 1px visible line; 8px aligns with Flutter's 8-point grid.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-23 08:33:47 +02:00
co-authored by Claude Opus 4.6
parent ddfe8dd99d
commit 2dba5f1d12
+1 -1
View File
@@ -20,7 +20,7 @@ class DragResizeHandle extends StatefulWidget {
final Axis axis;
final double thickness;
static const defaultThickness = 5.0;
static const defaultThickness = 8.0;
@override
State<DragResizeHandle> createState() => _DragResizeHandleState();