Card48 constructor

Card48({
  1. String text = "",
  2. String text2 = "",
  3. String text3 = "",
  4. bool shadow = false,
  5. EdgeInsetsGeometry? padding,
  6. Color iconColor = Colors.black,
  7. required dynamic callback(),
})

Implementation

Card48({
  this.text = "", this.text2 = "", this.text3 = "",
  this.shadow = false,
  this.padding, this.iconColor = Colors.black, required this.callback,
});