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
parent ab9e1013b2
commit c1bbdaf9ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;