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