ListView는 리스트를 생성하기 위해 사용하는 위젯입니다.거두절미하고 어떻게 사용하는지 알아보겠습니다. ListView 사용하기ListView는 기본적으로 children properties 안에 위젯을 넣으면 됩니다.ListView( children: [ //넣을 위젯 ],), 그 외에도 많은 properties가 있지만 자세한 사항은 여기서 설명하지는 않겠습니다.자세한 사항은 아래 사이트에서 확인하시길 바랍니다. ListView class - widgets library - Dart APIA scrollable list of widgets arranged linearly. ListView is the most commonly used scrolling widget. It displays ..