GNCustomPopUpDialog constructor
const
GNCustomPopUpDialog({})
Implementation
const GNCustomPopUpDialog({
super.key,
required this.title,
this.subTitle,
required this.content,
this.fontFamily,
this.showCloseIcon = true,
this.fontStyle,
this.fontcolor,
this.align,
this.fontsize,
this.endWidget,
this.titleWidget,
this.borderRadius,
});