|
|
|
@ -391,18 +391,19 @@ class AudioPlayerState extends State<AudioPlayerWidget> {
|
|
|
|
// #Pangea
|
|
|
|
// #Pangea
|
|
|
|
// const SizedBox(width: 8),
|
|
|
|
// const SizedBox(width: 8),
|
|
|
|
const SizedBox(width: 5),
|
|
|
|
const SizedBox(width: 5),
|
|
|
|
|
|
|
|
// SizedBox(
|
|
|
|
|
|
|
|
// width: 36,
|
|
|
|
|
|
|
|
// child:
|
|
|
|
// Pangea#
|
|
|
|
// Pangea#
|
|
|
|
SizedBox(
|
|
|
|
Text(
|
|
|
|
width: 36,
|
|
|
|
statusText,
|
|
|
|
child: Text(
|
|
|
|
style: TextStyle(
|
|
|
|
statusText,
|
|
|
|
color: widget.color,
|
|
|
|
style: TextStyle(
|
|
|
|
fontSize: 12,
|
|
|
|
color: widget.color,
|
|
|
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
// #Pangea
|
|
|
|
// #Pangea
|
|
|
|
|
|
|
|
// ),
|
|
|
|
// const SizedBox(width: 8),
|
|
|
|
// const SizedBox(width: 8),
|
|
|
|
// Badge(
|
|
|
|
// Badge(
|
|
|
|
// isLabelVisible: audioPlayer != null,
|
|
|
|
// isLabelVisible: audioPlayer != null,
|
|
|
|
|