menu
pretty_dialog package
documentation
dialog/dialog_wrapper.dart
DialogWrapper
DialogWrapper const constructor
DialogWrapper const constructor
dark_mode
light_mode
DialogWrapper
constructor
const
DialogWrapper
(
{
required
Widget
child
,
bool
dismisable
=
false
,
double
maxWidth
=
400
,
})
Implementation
const DialogWrapper({required this.child, this.dismisable = false, this.maxWidth = 400});
pretty_dialog package
documentation
dialog/dialog_wrapper
DialogWrapper
DialogWrapper const constructor
DialogWrapper class