Development/Flutter - Widget

Flutter Widget] #07 FadeTransition

Clein8 2020. 3. 24. 20:16
반응형

Flutter Widget #07 FadeTransition

Widget of the Week #7 FadeTransition

 

 

 

flutter.dev Reference

 

FadeTransition class - widgets library - Dart API

Animates the opacity of a widget. For a widget that automatically animates between the sizes of two children, fading between them, see AnimatedCrossFade. Here's an illustration of the FadeTransition widget, with it's opacity animated by a CurvedAnimation s

api.flutter.dev

반응형

'Development > Flutter - Widget' 카테고리의 다른 글

Flutter Widget] #06 FutureBuilder  (0) 2020.03.20
Flutter Widget] #05 Opacity  (0) 2020.03.20
Flutter Widget] #04 AnimatedContainer  (0) 2020.03.20
Flutter Widget] #03 Wrap  (0) 2020.03.20
Flutter Widget] #02 Expanded  (0) 2020.03.19