refact: mobile min cursor size, 12 (#8510)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2024-06-27 23:19:37 +08:00
committed by GitHub
Unverified
parent ab9e1013b2
commit c1bbdaf9ae

View File

@@ -942,7 +942,7 @@ class CursorPaint extends StatelessWidget {
return Offstage();
}
final minSize = 24.0;
final minSize = 12.0;
double mins =
minSize / (image.width > image.height ? image.width : image.height);
double factor = 1.0;