Add #Pangea comments

pull/1384/head
Kelrap 1 year ago
parent ed1070dbe3
commit a3a75262c9

@ -298,7 +298,10 @@ class AudioPlayerState extends State<AudioPlayerWidget> {
final statusText = this.statusText ??= _durationString ?? '00:00'; final statusText = this.statusText ??= _durationString ?? '00:00';
final audioPlayer = this.audioPlayer; final audioPlayer = this.audioPlayer;
return Padding( return Padding(
// #Pangea
// padding: const EdgeInsets.all(12.0),
padding: const EdgeInsets.all(5.0), padding: const EdgeInsets.all(5.0),
// Pangea#
child: Row( child: Row(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
children: <Widget>[ children: <Widget>[
@ -332,7 +335,10 @@ class AudioPlayerState extends State<AudioPlayerWidget> {
}, },
), ),
), ),
// #Pangea
// const SizedBox(width: 8),
const SizedBox(width: 5), const SizedBox(width: 5),
// Pangea#
Row( Row(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
children: [ children: [
@ -368,7 +374,10 @@ class AudioPlayerState extends State<AudioPlayerWidget> {
), ),
], ],
), ),
// #Pangea
// const SizedBox(width: 8),
const SizedBox(width: 5), const SizedBox(width: 5),
// Pangea#
SizedBox( SizedBox(
width: 36, width: 36,
child: Text( child: Text(

Loading…
Cancel
Save