XCardTile constructor

const XCardTile(
  1. {Key key,
  2. Color backgroundColor,
  3. EdgeInsetsGeometry margin,
  4. Widget title,
  5. Widget subtitle1,
  6. Widget subtitle2,
  7. Widget leading,
  8. double rounded,
  9. double boxRounded,
  10. Widget boxChild,
  11. Color boxColor,
  12. DecorationImage image}
)

Implementation

const XCardTile(
    {Key key,
    this.backgroundColor,
    this.margin,
    this.title,
    this.subtitle1,
    this.subtitle2,
    this.leading,
    this.rounded,
    this.boxRounded,
    this.boxChild,
    this.boxColor,
    this.image})
    : super(key: key);