menu
custom_flutter_dialog_plus package
documentation
d_dialog.dart
DDialog
DDialog.new const constructor
DDialog.new const constructor
dark_mode
light_mode
DDialog
constructor
const
DDialog
(
{
Key
?
key
,
DialogStyle
?
dialogStyle
,
Widget
?
title
,
Widget
?
content
,
List
<
Widget
>
?
actions
,
})
Implementation
const DDialog({ super.key, this.dialogStyle, this.title, this.content, this.actions, });
custom_flutter_dialog_plus package
documentation
d_dialog
DDialog
DDialog.new const constructor
DDialog class