implemented comprehensive accessibility (A11y) support across the app
This commit is contained in:
@@ -16,7 +16,10 @@ class SplitViewPlaceholder extends StatelessWidget {
|
||||
data: MediaQuery.of(
|
||||
context,
|
||||
).copyWith(invertColors: !AppTheme.isDarkMode(context)),
|
||||
child: Image.asset('assets/logo/icon.png', height: 200),
|
||||
// Dekoratives Logo – der „Talk"-Text darunter trägt die Aussage.
|
||||
child: ExcludeSemantics(
|
||||
child: Image.asset('assets/logo/icon.png', height: 200),
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 30),
|
||||
const Text(
|
||||
|
||||
Reference in New Issue
Block a user