DialogFooter constructor
const
DialogFooter({
- Key? key,
- VoidCallback? onOk,
- VoidCallback? onCancel,
- String okText = 'OK',
- String cancelText = 'Cancel',
- required DraggableDialogThemeData theme,
Implementation
const DialogFooter({
super.key,
this.onOk,
this.onCancel,
this.okText = 'OK',
this.cancelText = 'Cancel',
required this.theme,
});