smoothStart4 static method

double smoothStart4(
  1. double t
)

Implementation

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