IndicatorStyle constructor

const IndicatorStyle({
  1. Color? backgroundColor,
  2. Color? strokeColor,
  3. Color? shadowColor,
  4. double? elevation,
  5. bool reverse = false,
  6. double angle = .0,
})

Implementation

const IndicatorStyle({
  this.backgroundColor,
  this.strokeColor,
  this.shadowColor,
  this.elevation,
  this.reverse = false,
  this.angle = .0
});