StoryContent.empty constructor
StoryContent.empty()
Implementation
StoryContent.empty() {
title = 'Text';
padding = const EdgeInsets.all(0);
link = StoryLink.createEmpty;
animation = StoryAnimation.createEmpty;
spacing = StorySpacing.createEmpty;
typography = StoryTypography.createEmpty;
}