DialogTime constructor
const
DialogTime({})
Implementation
const DialogTime(
{super.key,
this.title,
required this.onConfirm,
this.showSeconds = false,
this.use24HourFormat = false,
this.confirmText = "Done",
this.cancelText = "Cancel",
this.initialTime});