0

Id like to create similar animation effect with press button in flutter like this

I tried to find some similar widget on https://pub.dev/ without success. Any Idea how to create it?

Chirag Bargoojar
  • 1,026
  • 2
  • 8
  • 19
dragonz
  • 59
  • 7

2 Answers2

0

Use materialappbutton to get hover animation effect.

0

The only thing I can think of is working with a gradient which you adapt in a stateful way on hover.

See the below answer for how to make a gradient border: Outlined transparent button with gradient border in flutter