Study/FrontEnd 마이쮸(mychew__) 2021. 7. 18. 04:08
Widget widget is base fact in flutter. We can build layout by using widgets. we can see the description of widget in source framework.dart. Widgets are the central class hierarchy in the Flutter framework. A widget is an immutable description of part of a user interface. Widgets can be inflated into elements, which manage the underlying render tree. We can't build a widget in widget. ?_?......