StoryAnimation constructor

StoryAnimation({
  1. String? type,
  2. int? milliseconds,
  3. int? delaySecond,
})

Implementation

StoryAnimation({
  this.type,
  this.milliseconds,
  this.delaySecond,
});