Merge branch 'opt-componentParams' into design

This commit is contained in:
guozhigq
2024-09-12 23:57:14 +08:00
12 changed files with 73 additions and 48 deletions

View File

@ -349,13 +349,11 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
child: Row(
children: [
StatView(
theme: 'gray',
view: widget.videoDetail!.stat!.view,
size: 'medium',
),
const SizedBox(width: 10),
StatDanMu(
theme: 'gray',
danmu: widget.videoDetail!.stat!.danmaku,
size: 'medium',
),