DialogWrapper constructor

const DialogWrapper({
  1. required Widget child,
  2. bool dismisable = false,
  3. double maxWidth = 400,
})

Implementation

const DialogWrapper({required this.child, this.dismisable = false, this.maxWidth = 400});