ViewImageComment constructor

ViewImageComment({
  1. Key? key,
  2. required List<Media> imageList,
  3. required ManageComment commentController,
  4. required String userId,
})

Implementation

ViewImageComment({
 Key? key,
 required this.imageList,
 required this.commentController,
 required this.userId,
  }) : super(key: key);