1import '/features/notifications/domain/entities/notification_entity.dart';
2import '/features/notifications/presentation/notifications_screen/widgets/notification_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,
29 separatorBuilder: (context, index) => SizedBox(height: 10.sp),
30 itemBuilder: (context, index) {