XCardListTile constructor
Implementation
const XCardListTile(
{Key key,
this.width,
this.title,
this.subTitle,
this.leading,
this.onTap,
this.color,
this.rounded = 10.0,
this.blurRadius = 15,
this.trailing,
this.padding,
this.image})
: super(key: key);