UListTile constructor
const
UListTile({})
Implementation
const UListTile({
required this.icon,
required this.title,
required this.onTap,
this.color,
this.textColor,
this.subtitle,
super.key,
});
const UListTile({
required this.icon,
required this.title,
required this.onTap,
this.color,
this.textColor,
this.subtitle,
super.key,
});