AnimatedAlertPathPainter constructor

AnimatedAlertPathPainter(
  1. Animation<double> _animation,
  2. Color _color,
  3. double? strokeWidth
)

Implementation

AnimatedAlertPathPainter(this._animation, this._color, this.strokeWidth)
    : super(repaint: _animation);