DialogBarProps constructor
const
DialogBarProps({
- String? title,
- void onClose()?,
Implementation
const DialogBarProps({
this.title,
this.onClose,
});
const DialogBarProps({
this.title,
this.onClose,
});