SawTooth constructor Null safety
- int count
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);