CPDashboardButton constructor
CPDashboardButton({})
Creates CPDashboardButton
Implementation
CPDashboardButton({
required this.onPressed,
required this.image,
this.subtitleVariants = const [],
this.titleVariants = const [],
this.darkImage,
});