Statelss Widgets


Statelss Widgets은 build 메서드를 통해서 단지 UI를 출력할 뿐이다.

Stateful Widgets


Stateful Widgets은 상태를 가지고 있어서 Stateful로 불린다.

즉, 상태에 따라 변하게 될 데이터를 생각할 수 있다.

setState

BuildContext

Widget Lifecycle