OuterIndicatorPainter constructor

OuterIndicatorPainter({
  1. Offset? location,
  2. double? radius,
  3. Color? color,
  4. double? opacity,
})

Implementation

OuterIndicatorPainter({
  this.location,
  this.radius,
  this.color,
  this.opacity,
});