lerp abstract method

ThemeProperty<T> lerp(
  1. ThemeProperty<T> other,
  2. double t
)

Linearly interpolate between value and other.

Implementation

ThemeProperty<T> lerp(ThemeProperty<T> other, double t);