menu
freehand package
documentation
utils/easings.dart
Easings
easeInCubic static method
easeInCubic static method
dark_mode
light_mode
easeInCubic
static method
double
easeInCubic
(
double
t
)
Implementation
static double easeInCubic(double t) => t * t * t;
freehand package
documentation
utils/easings
Easings
easeInCubic static method
Easings class