CustomDialogChildren constructor

CustomDialogChildren({
  1. List<Widget> widgetList = const [],
  2. dynamic isShowingChange(
    1. bool
    )?,
})

Implementation

CustomDialogChildren({this.widgetList = const [], this.isShowingChange});