StoryContentPhoto constructor

const StoryContentPhoto({
  1. required Photo photo,
})

A photo story

Implementation

const StoryContentPhoto({
  required this.photo,
});