728x90
Fittedbox를 사용한다->
fittedbox는 내부 overflow를 방지할 수 있는 역할을 함
https://codinghub.tistory.com/225
애니메이션 컨테이너 사이즈 변경할 때는 이런방식으로 하고,,
추가적으로 ScaleTransition 위젯을 쓰는 방법도 있다!
ScaleTransition(
// animation 구현할땐 Animation 객체가 필요
scale: _animation,
child: Container(
width: 200,
height: 200,
color: Colors.blue,
),
),
728x90
'개발 > Flutter' 카테고리의 다른 글
알고리아 Managing Results(3-34) (0) | 2022.04.20 |
---|---|
pod install chain으로 묶여서 안될 때 (0) | 2022.04.09 |
flutter outlined Text 넣기 (0) | 2022.04.03 |
flutter rounded tab bar styling (0) | 2022.04.02 |
flutter debouncing - 재호출 (0) | 2022.04.01 |