prevent audio player text from being split onto multiple lines

This commit is contained in:
ggurdin 2024-10-11 15:57:32 -04:00
parent 0c0d04bde9
commit 19d8f5c013
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

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