ListTile constructor
const
ListTile({
- Widget? leading,
- required Widget title,
- Widget? subtitle,
- Widget? trailing,
- EdgeInsetsGeometry? contentPadding,
ListTile API.
Implementation
const ListTile({
this.leading,
required this.title,
this.subtitle,
this.trailing,
this.contentPadding,
});