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