BaseConfirm constructor
const
BaseConfirm({})
Implementation
const BaseConfirm({
super.key,
required this.title,
required this.content,
required this.onCancel,
required this.onConfirm,
this.cancelText = '取消',
this.confirmText = '确认',
});