replaces words with emoji

This commit is contained in:
2026-04-29 04:10:05 +00:00
parent 966ce5ca28
commit 5e69d8f90a
+2 -2
View File
@@ -116,12 +116,12 @@ class _MainPageState extends State<MainPage> {
children: [ children: [
ElevatedButton( ElevatedButton(
onPressed: _audio.isPlaying ? null : _play, onPressed: _audio.isPlaying ? null : _play,
child: const Text('Play'), child: const Text('▶️'),
), ),
const SizedBox(width: 12), const SizedBox(width: 12),
ElevatedButton( ElevatedButton(
onPressed: _audio.isPlaying ? _stop : null, onPressed: _audio.isPlaying ? _stop : null,
child: const Text('Stop'), child: const Text('⏹️'),
), ),
const SizedBox(width: 16), const SizedBox(width: 16),
Text( Text(