SafeLerp<T> constructor
const
SafeLerp<T> (
- T? nullableLerp(
- T? a,
- T? b,
- double t
Implementation
const SafeLerp(this.nullableLerp);
const SafeLerp(this.nullableLerp);