XCardListTileGradient constructor
Implementation
const XCardListTileGradient(
{Key key,
this.width = 300,
this.title,
this.subTitle,
this.leading,
this.onTap,
@required this.gradient,
this.shadowColor,
this.blurRadius = 12,
this.rounded,
this.trailing})
: super(key: key);