StoryContent constructor

StoryContent({
  1. String? title,
  2. EdgeInsets? padding,
  3. StoryLink? link,
  4. StoryTypography? typography,
  5. StoryAnimation? animation,
  6. StorySpacing? spacing,
})

Implementation

StoryContent({
  this.title,
  this.padding,
  this.link,
  this.typography,
  this.animation,
  this.spacing,
});