1import '/features/elearning/domain/entities/video_entity.dart';
2import '/features/elearning/presentation/screens/news_updates_screen/widgets/video_card.dart';
3import 'package:flutter/material.dart';
4import 'package:flutter_screenutil/flutter_screenutil.dart';
15 Widget
build(BuildContext context) {
19 "Nothing to show here right now.",
20 style: Theme.of(context).textTheme.bodySmall,
24 padding: EdgeInsets.symmetric(horizontal: 15.sp, vertical: 10.sp),
26 separatorBuilder: (context, index) => SizedBox(height: 10.sp),
27 itemBuilder: (context, index) {
const VideoCard({ super.key, required this.video, })