const FXAlertDialog({ Key? key, required this.title, this.content, required this.buttonColor, this.onOK, }) : super(key: key);