CardButton constructor
const
CardButton([])
Implementation
const CardButton([
this.title = "",
this.subTitle = "",
this.onPressed,
this.icon = Icons.arrow_forward_ios,
this.textColor,
this.backgroundColor,
Key? key,
]) : super(key: key);