IndicatorDecoration constructor

const IndicatorDecoration({
  1. Color color = Colors.deepPurple,
  2. Color strokeColor = Colors.deepPurple,
  3. double strokeWidth = 1,
})

Implementation

const IndicatorDecoration({
  this.color = Colors.deepPurple,
  this.strokeColor = Colors.deepPurple,
  this.strokeWidth = 1,
});