OverAlertModel.child constructor

OverAlertModel.child({
  1. Widget? child,
  2. int duration = 300000,
})

Implementation

OverAlertModel.child({
  this.child,
  this.duration = 300000,
})  : type = AlertType.info,
      autoClose = false,
      message = '';