CLLinkButton constructor
const
CLLinkButton({})
Implementation
const CLLinkButton({
super.key,
required this.color,
required this.text,
required this.onTap,
required this.context,
required this.iconAlignment,
this.iconData,
this.hugeIcon,
this.needConfirmation = false,
this.confirmationMessage,
this.width,
this.isCompact = false,
}) : _colored = false;