StoryProgressIndicator constructor

StoryProgressIndicator(
  1. double value, {
  2. double indicatorHeight = 5,
  3. Color? indicatorColor,
  4. Color? indicatorForegroundColor,
})

Implementation

StoryProgressIndicator(
  this.value, {
  this.indicatorHeight = 5,
  this.indicatorColor,
  this.indicatorForegroundColor,
});