OnStoryCardWidget constructor
const
OnStoryCardWidget({})
Implementation
const OnStoryCardWidget({
required this.storyLength,
required this.page,
required this.content,
required this.cardBorderDecor,
required this.card,
Key? key,
}) : super(key: key);