YmDialogBox constructor

YmDialogBox({
  1. Key? key,
  2. Widget? child,
  3. Alignment alignment = Alignment.bottomCenter,
})

Implementation

YmDialogBox({
  Key? key,
  this.child,
  this.alignment = Alignment.bottomCenter,
}) : super(key: key);