DialogBarProps constructor

const DialogBarProps({
  1. String? title,
  2. void onClose()?,
})

Implementation

const DialogBarProps({
  this.title,
  this.onClose,
});