CardColumnWidget constructor
Implementation
CardColumnWidget(
{super.key, required this.label, this.value, this.customValue}) {
assert((customValue == null) != (value == null),
'Either customValue or value must be provided, but not both.');
}