Config constructor

Config({
  1. CardConfig? cardConfig,
})

Implementation

Config({
  this.cardConfig,
}) {
  cardConfig ??= CardConfig();
}