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