I am working on flutter application. I want to to perform scale animation to Card widget and i am using ScaleTransition widget for that purpose. The animation is working but it is not smooth. All the descendent widget of Card widget (wgich are wrapped inside it) are something like shaking or slightly moving along with scale animation. Here are the screenshots of my code. Image1 Image2 [singleCard is the Card widget to show content inside]
Can anyone tell me what's wrong there and what can be right solution. Thanks