StoryCollection constructor
const
StoryCollection({})
Implementation
const StoryCollection({
Key? key,
required this.listStory,
this.pageCurrent,
this.showChat,
this.isHorizontal = true,
this.isTab = false,
}) : super(key: key);