mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-14 16:09:31 +01:00
chore: Update audio player icons
This commit is contained in:
parent
2f7dece4c7
commit
3f14d5ed07
@ -157,7 +157,9 @@ class _AudioPlayerState extends State<AudioPlayer> {
|
|||||||
? CircularProgressIndicator(strokeWidth: 2)
|
? CircularProgressIndicator(strokeWidth: 2)
|
||||||
: IconButton(
|
: IconButton(
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
flutterSound.isPlaying ? Icons.pause : Icons.play_arrow,
|
flutterSound.isPlaying
|
||||||
|
? Icons.pause_outlined
|
||||||
|
: Icons.play_arrow_outlined,
|
||||||
color: widget.color,
|
color: widget.color,
|
||||||
),
|
),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
Loading…
Reference in New Issue
Block a user