smoothStart2 static method

double smoothStart2(
  1. double t
)

Implementation

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