앱에서 보통 목록형 UI를 생성할때 많이 쓸 수 있는 Widget이 ListTile이라고 할 수 있다.
위의 동영상을 보면 ListTile에 대해서 자세하게 나와있다.
참고 할 수 있는 ListTile에 대한 class에 대해서는 아래의 URL을 참고하면 되겠다.
https://api.flutter.dev/flutter/material/ListTile-class.html
ListTile class - material library - Dart API
A single fixed-height row that typically contains some text as well as a leading or trailing icon. A list tile contains one to three lines of text optionally flanked by icons or other widgets, such as check boxes. The icons (or other widgets) for the tile
api.flutter.dev
Mac Sqlite Browser tool (0) | 2021.05.04 |
---|---|
sqlite Data Type 정리 (0) | 2021.05.03 |
Flutter SafeArea 설명 (0) | 2021.05.02 |
Flutter Icon to Button (0) | 2021.04.30 |
How to change IOS Simulator custom Locator (0) | 2021.04.29 |