버튼을 눌렀을 때 위아래로 흔들리는 직접적인 에니메이션이 없어서 만들었다. 잊어버릴까 무서워 올린다. 에니메이션은 statefullwidget 을 만들어서 state 옆 ticker어쩌구 를 with 해야 된다. 난 하나만 하는 SingleTickerProviderStateMixin 를 with 하였다 멀티 에니메이션을 할려면 다른 ticker를 임포트해야한다. 알고싶으면 찾아 보아라 그리고 state클레스 밑에 late final AnimationController _animationController; late Animation _animation; 함수를 작성하고 initState (초기 build 되기 전 함수) 에다가 _animationController = AnimationController(..