smoothStart3 static method

double smoothStart3(
  1. double t
)

Implementation

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