SafeLerpExtension<T> extension

Extension on nullable lerp functions to create non-null lerp helpers.

on
  • T? Function(T? a, T? b, double t)

Methods

nonNull(T a, T b, double t) → T

Available on T? Function(T? a, T? b, double t), provided by the SafeLerpExtension extension

Wraps this nullable lerp function to work with non-null values.