XBlogTile constructor

const XBlogTile(
  1. {Key key,
  2. Function onTap,
  3. Widget child,
  4. Color backSideBackgroundColor,
  5. double cardElevation,
  6. double imageHeight,
  7. Widget title,
  8. Widget subTitle,
  9. Widget trailing,
  10. Widget leading,
  11. EdgeInsetsGeometry margin,
  12. Function tileOnTap,
  13. DecorationImage image,
  14. double backrounded,
  15. BorderRadiusGeometry backBorderRadius,
  16. ShapeBorder shape,
  17. Color color,
  18. double rounded}
)

Implementation

const XBlogTile(
    {Key key,
    this.onTap,
    this.child,
    this.backSideBackgroundColor,
    this.cardElevation,
    this.imageHeight,
    this.title,
    this.subTitle,
    this.trailing,
    this.leading,
    this.margin,
    this.tileOnTap,
    this.image,
    this.backrounded,
    this.backBorderRadius,
    this.shape,
    this.color,
    this.rounded})
    : super(key: key);