ArcaneDialogBar constructor

const ArcaneDialogBar({
  1. String? title,
  2. void onClose()?,
  3. Key? key,
})

Implementation

const ArcaneDialogBar({
  this.title,
  this.onClose,
  super.key,
});