StoryContent constructor
StoryContent({
- String? title,
- EdgeInsets? padding,
- StoryLink? link,
- StoryTypography? typography,
- StoryAnimation? animation,
- StorySpacing? spacing,
Implementation
StoryContent({
this.title,
this.padding,
this.link,
this.typography,
this.animation,
this.spacing,
});