CardDesign constructor
const
CardDesign({})
Implementation
const CardDesign({
this.text = Colors.white,
this.variantText = Colors.white,
this.background = Colors.black,
this.button = _placeHolderColor,
this.buttonText = Colors.white,
});