CardWidget constructor
const
CardWidget({})
Implementation
const CardWidget(
{required Key key,
required this.title,
required this.subtitle,
required this.buttons,
required this.image,
required this.height,
required this.buttonsHeight})
: super(key: key);