SawTooth constructor
Creates a sawtooth curve.
The count
argument must not be null.
Implementation
const SawTooth(this.count) : assert(count != null);
Creates a sawtooth curve.
The count
argument must not be null.
const SawTooth(this.count) : assert(count != null);