XCardBanner constructor
const
XCardBanner(- {Key key,
- Function onTap,
- @required Color color,
- Color shadowColor,
- @required Widget title,
- @required Widget subTitle,
- double rounded,
- double blurRadius,
- double spreadRadius,
- double width,
- Widget rightSideChild,
- EdgeInsetsGeometry margin,
- Widget button}
)
Implementation
const XCardBanner(
{Key key,
this.onTap,
@required this.color,
this.shadowColor,
@required this.title,
@required this.subTitle,
this.rounded,
this.blurRadius,
this.spreadRadius,
this.width,
this.rightSideChild,
this.margin,
this.button})
: super(key: key);