chore: Update audio player icons

This commit is contained in:
Christian Pauly 2021-01-23 11:20:31 +01:00
parent 7f5cab95bf
commit 82ea33be2a

View file

@ -157,7 +157,9 @@ class _AudioPlayerState extends State<AudioPlayer> {
? CircularProgressIndicator(strokeWidth: 2)
: IconButton(
icon: Icon(
flutterSound.isPlaying ? Icons.pause : Icons.play_arrow,
flutterSound.isPlaying
? Icons.pause_outlined
: Icons.play_arrow_outlined,
color: widget.color,
),
onPressed: () {