ClassicGeneralDialogWidget constructor
const
ClassicGeneralDialogWidget({})
Implementation
const ClassicGeneralDialogWidget({
required this.titleText,
required this.contentText,
this.negativeText = "Cancel",
this.positiveText = "OK",
this.negativeTextStyle,
this.positiveTextStyle,
required this.onNegativeClick,
required this.onPositiveClick,
this.actions,
Key? key,
}) : super(key: key);