CustomDialogChildren constructor

CustomDialogChildren({
  1. List<Widget> widgetList = const [],
  2. dynamic isShowingChange(
    1. bool
    )?,
  3. bool isKeyboardAvoiding = false,
  4. bool barrierDismissible = true,
})

Implementation

CustomDialogChildren({
  this.widgetList = const [],
  this.isShowingChange,
  this.isKeyboardAvoiding = false,
  this.barrierDismissible = true,
});