FriendNotificationComponent constructor

const FriendNotificationComponent(
  1. {Key? key,
  2. required String time,
  3. required String title,
  4. required String type,
  5. required String profileImage,
  6. required int id}
)

Implementation

const FriendNotificationComponent({super.key, required this.time, required this.title, required this.type, required this.profileImage, required this.id});