반응형

setState를 통해 Container를 변경 가능하게 하는 Widget이라는데 아직 사용해본적이 없어서. 딱히 설명할게 없다.
flutter.dev Reference
AnimatedContainer class - widgets library - Dart API
Animated version of Container that gradually changes its values over a period of time. The AnimatedContainer will automatically animate between the old and new values of properties when they change using the provided curve and duration. Properties that are
api.flutter.dev
반응형
'Development > Flutter - Widget' 카테고리의 다른 글
Flutter Widget] #06 FutureBuilder (0) | 2020.03.20 |
---|---|
Flutter Widget] #05 Opacity (0) | 2020.03.20 |
Flutter Widget] #03 Wrap (0) | 2020.03.20 |
Flutter Widget] #02 Expanded (0) | 2020.03.19 |
Flutter Widget] #01 SafeArea (0) | 2020.03.19 |