refactor: wrap buttons in semantics

This commit is contained in:
edde746
2025-11-18 14:44:00 +01:00
parent 6417a37366
commit 9af87d2e02
4 changed files with 101 additions and 43 deletions
+1 -5
View File
@@ -152,11 +152,7 @@ class _AppBarBackButtonState extends State<AppBarBackButton>
color: currentColor,
shape: BoxShape.circle,
),
child: Icon(
Icons.arrow_back,
color: effectiveColor,
size: 20,
),
child: Icon(Icons.arrow_back, color: effectiveColor, size: 20),
);
},
),