implemented comprehensive accessibility (A11y) support across the app
This commit is contained in:
@@ -33,6 +33,7 @@ class FilesSearchDelegate extends SearchDelegate<void> {
|
||||
@override
|
||||
Widget? buildLeading(BuildContext context) => IconButton(
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
tooltip: 'Zurück',
|
||||
onPressed: () => close(context, null),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user