MCustomConfirmGradientDialog constructor
const
MCustomConfirmGradientDialog({})
Implementation
const MCustomConfirmGradientDialog({
super.key,
required this.description,
required this.onPressed,
required this.onCancel,
required this.okText,
required this.tag,
});