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
199 stars 35 forks source link

`YaruBackButton` should use the tooltip from Material #904

Closed spydon closed 2 months ago

spydon commented 3 months ago

To make the YaruBackButton more accessible we should use the tooltip from material for it:

MaterialLocalizations.of(context).backButtonTooltip;

One can probably look at the BackButton and do the same as it is done there.

Related: https://github.com/ubuntu/app-center/issues/1588