StoryWidget constructor
const
StoryWidget({})
Implementation
const StoryWidget({
Key? key,
required this.config,
this.onTapStoryText,
this.isFullScreen = false,
this.showChat = false,
}) : super(key: key);
const StoryWidget({
Key? key,
required this.config,
this.onTapStoryText,
this.isFullScreen = false,
this.showChat = false,
}) : super(key: key);