XCardListTile constructor

const XCardListTile(
  1. {Key key,
  2. double width,
  3. Widget title,
  4. Widget subTitle,
  5. Widget leading,
  6. Function onTap,
  7. Color color,
  8. double rounded = 10.0,
  9. double blurRadius = 15,
  10. Widget trailing,
  11. EdgeInsetsGeometry padding,
  12. DecorationImage image}
)

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);