HelixPainter constructor

HelixPainter(
  1. double progress,
  2. Color color
)

Implementation

HelixPainter(this.progress, this.color);