AnimatedCrossPainter constructor

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

Implementation

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