mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-14 13:13:58 +08:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user