opt: intro panel

Closes #14

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-27 12:20:59 +08:00
parent d2a3d7bcd1
commit 5092650246
6 changed files with 268 additions and 72 deletions

View File

@@ -1273,6 +1273,9 @@ class _VideoDetailPageState extends State<VideoDetailPage>
showIntroDetail: showIntroDetail,
),
),
SliverToBoxAdapter(
child: SizedBox(height: MediaQuery.paddingOf(context).bottom),
)
],
);
}