StoryContentPhoto constructor
const
StoryContentPhoto({
- required Photo photo,
A photo story
Implementation
const StoryContentPhoto({
required this.photo,
});
A photo story
const StoryContentPhoto({
required this.photo,
});