SafeLerp<T> constructor

const SafeLerp<T>(
  1. T? nullableLerp(
    1. T? a,
    2. T? b,
    3. double t
    )
)

Implementation

const SafeLerp(this.nullableLerp);