fix formatting

This commit is contained in:
Fabian Freund
2026-01-13 18:08:23 +01:00
parent 33e3fdd111
commit fa6878d2b2
22 changed files with 243 additions and 321 deletions
@@ -84,11 +84,7 @@ class _MyAppState extends State<MyApp> {
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
const Icon(
Icons.mic,
size: 80,
color: Colors.blue,
),
const Icon(Icons.mic, size: 80, color: Colors.blue),
const SizedBox(height: 24),
Text(
_recognizedText,