NUIDialogItem constructor
NUIDialogItem({})
Implementation
NUIDialogItem ({
String? id,
this.barrierLabel,
this.dismissible = true,
this.barrierColor,
this.opacity = 0.8,
required this.content,
this.alignment = Alignment.center,
this.transition,
this.useSafeArea = true,
this.transitionDuration,
this.onDismiss
}){
this.id = id ?? randomUUID();
}