NUIDialogWidget constructor

NUIDialogWidget({
  1. required Widget content,
  2. Color backgroundColor = NUIColors.NUITransparent,
  3. double elevation = 0,
  4. Key? key,
})

Implementation

NUIDialogWidget({required this.content, this.backgroundColor:NUIColors.NUITransparent, this.elevation = 0, Key? key}): super(key : key);