RichListTile constructor
const
RichListTile({})
Implementation
const RichListTile(
{super.key,
this.title,
this.titleWidget,
this.subtitle,
this.subtitleWidget,
this.leading,
this.trailing,
this.actions = const []});