How I can change curve animation for snackbar in flutter?

Viewed 292

Help me! I need to change the default snackbar animation in flutter. And I need to change the curve animation when the snackbar appears. I want to change the standard animation to Curves.easeOutBack.

I tried to use animation property of Snackbar but nothing happened. And I tried to use Snackbar().withAnimation(_curve) but also nothing happened.

0 Answers
Related