WeConfig constructor
WeConfig({})
Implementation
WeConfig({
this.toastInfoAlign = WeToastInfoAlign.center,
this.toastInfoDuration = 2500,
this.toastLoadingDuration = 5000,
this.toastSuccessDuration = 2500,
this.toastFailDuration = 2500,
this.notifyDuration = 3000,
this.notifySuccessDuration = 3000,
this.notifyErrorDuration = 3000,
});