Merge branch 'feature-videoTags'

This commit is contained in:
guozhigq
2024-11-14 00:39:41 +08:00
6 changed files with 105 additions and 13 deletions

View File

@ -387,7 +387,10 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
ExpandablePanel(
controller: _expandableCtr,
collapsed: const SizedBox(height: 0),
expanded: IntroDetail(videoDetail: widget.videoDetail!),
expanded: IntroDetail(
videoDetail: widget.videoDetail!,
videoTags: videoIntroController.videoTags,
),
theme: const ExpandableThemeData(
animationDuration: Duration(milliseconds: 300),
scrollAnimationDuration: Duration(milliseconds: 300),