CkAlert constructor
CkAlert({})
Implementation
CkAlert({
required this.title,
required this.onTap,
this.content,
this.disableActionButton = false,
this.disableCancelButton = false,
this.actionButtonTittle,
this.cancelButtonTittle,
this.cancelButtonColor,
this.actionButtonColor,
this.actionTitleColor,
this.cancelTitleColor,
}) {
_alertBuilder();
}