ubuntu / yaru.dart

Ubuntu Yaru Flutter widgets and themes for building desktop and web applications
https://ubuntu.github.io/yaru.dart/
Mozilla Public License 2.0
193 stars 35 forks source link

Mouse cursors for buttons and alike #840

Open jpnurmi opened 3 years ago

jpnurmi commented 3 years ago

Flutter specifies "click" and "forbidden" mouse cursors for normal and disabled buttons, respectively.

Enabled Disabled
yaru-enabled disabled

While this is the appropriate behavior on the web, it feels somewhat awkward on the desktop where buttons normally don't change the mouse cursor.

Thus, I would like to propose that Yaru specifies SystemMouseCursors.basic for all button-like widgets.

Enabled Disabled
proposal proposal-disabled
jpnurmi commented 3 years ago

P.S. It's ButtonStyle.mouseCursor, not OutlinedButtonThemeData.mouseCursor as the screenshot mistakenly says...