Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-10 09:54:51 +08:00
parent cff6902e59
commit 4d748f95af
16 changed files with 511 additions and 666 deletions

View File

@@ -21,12 +21,10 @@ class VideoCardH extends StatelessWidget {
super.key,
required this.videoItem,
this.onTap,
this.onViewLater,
this.onRemove,
});
final HorizontalVideoModel videoItem;
final VoidCallback? onTap;
final ValueChanged<int>? onViewLater;
final VoidCallback? onRemove;
@override