DialogView constructor
const
DialogView({})
Implementation
const DialogView(
{Key? key,
this.content,
this.contentWidget,
this.isCloseIcon = false,
this.isDismissible = true,
this.secondButtonText,
this.onMainActionFunction,
required this.dialogType,
this.onSecondaryActionFunction,
this.mainButtonText = 'close'})
: super(key: key);