ListTileX constructor
const
ListTileX({})
Implementation
const ListTileX({
super.key,
this.icon,
this.title,
this.titleColor,
this.titleWeight,
this.titleWidget,
this.subTitle,
this.trailing,
this.onTap,
this.onLongPress,
this.showTrailing = true,
this.backgroundColor,
});