chore: Update audio player icons
This commit is contained in:
parent
7f5cab95bf
commit
82ea33be2a
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue