linear static method

double linear(
  1. double t
)

Implementation

@pragma('vm:prefer-inline')
static double linear(double t) => t;