SineCurve constructor

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

Setting the default value of the count parameter to 3.

Implementation

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