PhotoDescriptionWidget constructor

const PhotoDescriptionWidget({
  1. Key? key,
  2. required PhotoCard photoCard,
})

Implementation

const PhotoDescriptionWidget({
  Key? key,
  required this.photoCard,
}) : super(key: key);