menu
tremble package
documentation
utils/parametrics.dart
Parametrics
smoothStep4 static method
smoothStep4 static method
dark_mode
light_mode
smoothStep4
static method
double
smoothStep4
(
double
t
)
Implementation
static double smoothStep4(double t) => mix(smoothStart4, smoothStop4, t, t);
tremble package
documentation
utils/parametrics
Parametrics
smoothStep4 static method
Parametrics class