XStaticCard constructor
const
XStaticCard(- {Key key,
- double width,
- EdgeInsetsGeometry padding,
- Color shadowColor,
- double rounded,
- double blurRadius,
- double spreadRadius,
- Function onTap,
- EdgeInsetsGeometry margin,
- @required IconData icon,
- @required Widget title,
- @required Widget value,
- @required Color cicleColor,
- Color bgColor}
)
Implementation
const XStaticCard(
{Key key,
this.width,
this.padding,
this.shadowColor,
this.rounded,
this.blurRadius,
this.spreadRadius,
this.onTap,
this.margin,
@required this.icon,
@required this.title,
@required this.value,
@required this.cicleColor,
this.bgColor})
: super(key: key);