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