StoryProgressIndicator constructor

StoryProgressIndicator(
  1. double value, {
  2. double indicatorHeight = 5,
})

Implementation

StoryProgressIndicator(
  this.value, {
  this.indicatorHeight = 5,
}) : assert(indicatorHeight > 0,
          "[indicatorHeight] should not be null or less than 1");