opt: 首页推荐栏布局

This commit is contained in:
guozhigq
2024-04-23 23:40:40 +08:00
parent 18e81b8dd4
commit e699df52e3
4 changed files with 160 additions and 231 deletions

View File

@ -62,6 +62,7 @@ class OverlayPop extends StatelessWidget {
Expanded(
child: Text(
videoItem.title! as String,
style: Theme.of(context).textTheme.titleSmall,
),
),
const SizedBox(width: 4),