XBlogTile constructor
const
XBlogTile(- {Key key,
- Function onTap,
- Widget child,
- Color backSideBackgroundColor,
- double cardElevation,
- double imageHeight,
- Widget title,
- Widget subTitle,
- Widget trailing,
- Widget leading,
- EdgeInsetsGeometry margin,
- Function tileOnTap,
- DecorationImage image,
- double backrounded,
- BorderRadiusGeometry backBorderRadius,
- ShapeBorder shape,
- Color color,
- 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);