You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hovering on a link with a pointer capable of hover, one expects the style of the cursor to change. This isn't possible on a typical mobile device, so most users will never see it, but it'd be a neat small bit of polish to get it right anyway.
When hovering on a link with a pointer capable of hover, one expects the style of the cursor to change. This isn't possible on a typical mobile device, so most users will never see it, but it'd be a neat small bit of polish to get it right anyway.
For a widget that's clickable, one takes care of this by wrapping it in
MouseRegion(cursor: SystemMouseCursors.click, …)
(docs: MouseCursor, SystemMouseCursors.click), as @sirpengi demonstrated at #287 (comment) .For the links in our message content, it'll be more subtle, as discussed at #287 (comment) . But I think we can do it by setting TextSpan.mouseCursor.
The text was updated successfully, but these errors were encountered: