implemented comprehensive accessibility (A11y) support across the app
This commit is contained in:
@@ -20,6 +20,7 @@ Future<String?> showEmojiPicker(
|
||||
title: Row(
|
||||
children: [
|
||||
IconButton(
|
||||
tooltip: 'Zurück',
|
||||
onPressed: () => Navigator.of(pickerCtx).pop(),
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user