FXAlertDialog constructor
const
FXAlertDialog({})
Implementation
const FXAlertDialog({
Key? key,
required this.title,
this.titleColor = Colors.black,
this.contentFontSize,
this.buttonFontSize,
this.content,
this.buttonColor = Colors.grey,
this.onOK,
}) : super(key: key);