TipsAlterHeightAutoWidget constructor

TipsAlterHeightAutoWidget(
  1. Function? callback,
  2. String? cancelText,
  3. String? sureText,
  4. double? width,
  5. double? height,
  6. bool? sureBtn,
  7. bool? cancelBtn, {
  8. Widget? child,
  9. bool? barrierDismissible,
  10. String? info,
  11. String? title,
  12. double? maxHeight,
  13. double? minHeight,
  14. bool? elevation,
  15. Color? cancelBtnBackgroundColor,
  16. Color? sureBtnBackgroundColor,
  17. Color? cancelBtnTextColor,
  18. Color? sureBtnTextColor,
})

Implementation

TipsAlterHeightAutoWidget(
  this.callback,
  this.cancelText,
  this.sureText,
  this.width,
  this.height,
  this.sureBtn,
  this.cancelBtn, {
  this.child,
      this.barrierDismissible,
  this.info,
  this.title,
  this.maxHeight,
  this.minHeight,
  this.elevation,
      this.cancelBtnBackgroundColor,
      this.sureBtnBackgroundColor,
      this.cancelBtnTextColor,
      this.sureBtnTextColor,
});