StoryContentPhoto constructor

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

StoryContentPhoto (storyContentPhoto) - child of StoryContent

A photo story.

Implementation

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