feat(quality): harden lint rules and add quality-gate tests
This commit is contained in:
@@ -63,7 +63,8 @@ class PluriIcon extends StatelessWidget {
|
||||
: icon;
|
||||
|
||||
return Semantics(
|
||||
label: semanticLabel ?? _fallbackLabel(AppLocalizations.of(context), glyph),
|
||||
label:
|
||||
semanticLabel ?? _fallbackLabel(AppLocalizations.of(context), glyph),
|
||||
image: true,
|
||||
child: ExcludeSemantics(child: child),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user