BigCard constructor
BigCard({})
Implementation
BigCard({
this.backgroundColor,
this.settingColor,
this.cardRadius = 30,
this.backgroundMotifColor = Colors.white,
this.cardActionWidget,
});
BigCard({
this.backgroundColor,
this.settingColor,
this.cardRadius = 30,
this.backgroundMotifColor = Colors.white,
this.cardActionWidget,
});