Remove flutter chat #26
1 changed files with 34 additions and 31 deletions
fix audio player size
commit
fd5eaa2725
|
|
@ -61,7 +61,9 @@ class AudioPlayer extends HookConsumerWidget {
|
||||||
return "$minutes:$seconds";
|
return "$minutes:$seconds";
|
||||||
}
|
}
|
||||||
|
|
||||||
return Card(
|
return SizedBox(
|
||||||
|
height: 60,
|
||||||
|
child: Card(
|
||||||
color: Theme.of(context).colorScheme.surfaceContainer,
|
color: Theme.of(context).colorScheme.surfaceContainer,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: EdgeInsetsGeometry.only(left: 8, right: 16),
|
padding: EdgeInsetsGeometry.only(left: 8, right: 16),
|
||||||
|
|
@ -96,6 +98,7 @@ class AudioPlayer extends HookConsumerWidget {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue