CustomCurve constructor

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

Setting the default value of the count parameter to 3.

Implementation

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