chore: Update audio player icons
This commit is contained in:
@ -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: () {
|
||||||
|
Reference in New Issue
Block a user