Development/Flutter - Widget

Flutter Widget] #05 Opacity

Clein8 2020. 3. 20. 14:31
반응형

Flutter Widget #05 Opacity

Widget of the Week #5 Opacity

위젯을 반투명하게 또는 안보이게 할 수 있는 위젯

 

flutter.dev Reference

 

Opacity class - widgets library - Dart API

A widget that makes its child partially transparent. This class paints its child into an intermediate buffer and then blends the child back into the scene partially transparent. For values of opacity other than 0.0 and 1.0, this class is relatively expensi

api.flutter.dev

 

반응형

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

Flutter Widget] #07 FadeTransition  (0) 2020.03.24
Flutter Widget] #06 FutureBuilder  (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