PhotoTitleWidget constructor

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

Implementation

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