SegmentLinearIndicator constructor

SegmentLinearIndicator({
  1. required double percent,
  2. required Color color,
  3. bool enableStripes = false,
})

Implementation

SegmentLinearIndicator({
  required this.percent,
  required this.color,
  this.enableStripes = false,
});