Component - ListTile widget
The ListTile widget in Flutter is a simple way to create a fixed-height row that can contain a title, subtitle, leading icon or image, and a trailing icon or widget. It is commonly used in lists to display related information in a clean, organized way.