SineCurve constructor

const SineCurve({
  1. double count = 3,
})

Defines a sine curve.

Repeats the sine function count times over a 2 * pi period.

This class was authored by Andrea Bizzotto. Please view the original source here.

Implementation

const SineCurve({this.count = 3});