mod: bottomSheet样式

This commit is contained in:
guozhigq
2024-08-26 23:48:12 +08:00
parent d85e9446e3
commit 478dd39b20
5 changed files with 201 additions and 215 deletions

View File

@ -230,7 +230,10 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
void _showFavPanel() {
showFlexibleBottomSheet(
bottomSheetColor: Colors.transparent,
bottomSheetBorderRadius: const BorderRadius.only(
topLeft: Radius.circular(16),
topRight: Radius.circular(16),
),
minHeight: 0.6,
initHeight: 0.6,
maxHeight: 1,