TimeDialogProps constructor
const
TimeDialogProps({})
Implementation
const TimeDialogProps({
required this.title,
this.message,
this.initialTime,
this.confirmText = 'Confirm',
this.cancelText = 'Cancel',
this.onConfirm,
this.onCancel,
this.use24Hour = false,
this.minuteInterval = 1,
this.showSeconds = false,
});