menu
freehand package
documentation
utils/easings.dart
Easings
easeOutCubic static method
easeOutCubic static method
dark_mode
light_mode
easeOutCubic
static method
double
easeOutCubic
(
double
t
)
Implementation
static double easeOutCubic(double t) => 1 - pow(1 - t, 3).toDouble();
freehand package
documentation
utils/easings
Easings
easeOutCubic static method
Easings class