EWListTile constructor
const
EWListTile({})
Implementation
const EWListTile({
super.key,
this.overlineText = '',
this.title = '',
this.subtitle = '',
this.showListItemDivider = false,
this.isThreeLine = false,
this.titleStyle,
this.onTap,
this.trailingWidget,
this.leading,
});