DSListTile constructor
const
DSListTile({})
Implementation
const DSListTile({
super.key,
this.leading,
required this.title,
this.subtitle,
this.trailing,
this.onTap,
this.backgroundColor,
});
const DSListTile({
super.key,
this.leading,
required this.title,
this.subtitle,
this.trailing,
this.onTap,
this.backgroundColor,
});