AppDialog constructor
AppDialog({})
Implementation
AppDialog({this.title = '标题',
this.showCancel = true,
this.contentWidgets,
this.cancelTxt,
this.entifyTxt,
this.onCancel,
this.onSuccess,
this.marginGap=15,
this.entifyColor="#1b9298",
this.radiusSize=10,
Key? key})
: super(key: key);