menu
hex_toolkit package
documentation
hex_toolkit.dart
Easing
easeOutQuad static method
easeOutQuad static method
dark_mode
light_mode
easeOutQuad
static method
double
easeOutQuad
(
double
t
)
Implementation
static double easeOutQuad(double t) => t * (2 - t);
hex_toolkit package
documentation
hex_toolkit
Easing
easeOutQuad static method
Easing class