mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
add semanticsLabel to code widget
This commit is contained in:
parent
344f6bfd89
commit
0a79dda34e
@ -171,6 +171,7 @@ class _CodeLabel extends StatelessWidget {
|
||||
// This helps with vertical centering on desktop
|
||||
applyHeightToFirstAscent: !isDesktop,
|
||||
),
|
||||
semanticsLabel: code?.value.characters.map((c) => '$c ' ).toString(),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user