This commit is contained in:
Dennis Fokin 2023-09-01 13:47:28 +02:00
commit 77ff3cb544
No known key found for this signature in database
GPG Key ID: 870B88256690D8BC

View File

@ -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(),
),
);
}