ShowTipsAlterWidget constructor

ShowTipsAlterWidget(
  1. dynamic callback,
  2. String? cancelText,
  3. String? sureText,
  4. double? width,
  5. double? height,
  6. bool? sureBtn,
  7. bool? cancelBtn, {
  8. Widget? child,
  9. dynamic info,
  10. String? title,
})

Implementation

ShowTipsAlterWidget(
  this.callback,
  this.cancelText,
  this.sureText,
  this.width,
  this.height,
  this.sureBtn,
  this.cancelBtn, {
  this.child,
  this.info,
  this.title,
});