CardContainer constructor
Creates a CardContainer widget.
Implementation
const CardContainer({
Key? key,
required this.title,
required this.subtitle,
this.color,
}) : super(key: key);
Creates a CardContainer widget.
const CardContainer({
Key? key,
required this.title,
required this.subtitle,
this.color,
}) : super(key: key);