lerp static method

Implementation

static NomoInfoItemColorData lerp(
    NomoInfoItemColorData a, NomoInfoItemColorData b, double t) {
  return const NomoInfoItemColorData();
}