tags: #flutter, #listtile
links: [[Flutter MOC]]
---
ListTile has large spacing between leading, title and trailing widgets, you can slightly adjust vertical spacing by using `VisualDensity`
- For leading widget use row or column with stretch to make it center
- If there is large text you can show full text with SingleChildScrollView with Horizontal Scrolling