menu
helper_animation package
documentation
factory/animator_factory.dart
AnimationUtils
easeOut static method
easeOut static method
dark_mode
light_mode
easeOut
static method
double
easeOut
(
double
t
)
Implementation
static double easeOut(double t) => 1 - math.pow(1 - t, 3).toDouble();
helper_animation package
documentation
factory/animator_factory
AnimationUtils
easeOut static method
AnimationUtils class