buttonPress property
Button press feedback configuration
Implementation
static AnimationConfig get buttonPress => const AnimationConfig(
duration: instant,
curve: Curves.easeOut,
fadeFrom: 1.0,
fadeTo: 1.0,
scaleFrom: 1.0,
scaleTo: 0.95,
slideFrom: Offset.zero,
slideTo: Offset.zero,
);