PickerDialog<T> constructor
const
PickerDialog<T> ({})
Implementation
const PickerDialog({
super.key,
required this.child,
this.title,
this.onConfirm,
this.validate,
// this.onCancel,
});