menu
ym_flutter_widget package
documentation
widgets/Dialog/ym_dialog_box.dart
YmDialogBox
YmDialogBox.new constructor
YmDialogBox.new constructor
dark_mode
light_mode
YmDialogBox
constructor
YmDialogBox
(
{
Key
?
key
,
Widget
?
child
,
Alignment
alignment
=
Alignment.bottomCenter
,
})
Implementation
YmDialogBox({ Key? key, this.child, this.alignment = Alignment.bottomCenter, }) : super(key: key);
ym_flutter_widget package
documentation
widgets/Dialog/ym_dialog_box
YmDialogBox
YmDialogBox.new constructor
YmDialogBox class