IKnowTextInputAlertView constructor

IKnowTextInputAlertView({
  1. Key? key,
  2. double? heiht,
  3. String? title,
  4. String? placeholder,
  5. String? inputText,
  6. String iKnowTitle = '我知道了',
  7. Function? iKnowHandle,
})

Implementation

IKnowTextInputAlertView({
  Key? key,
  this.heiht,
  this.title,
  this.placeholder,
  this.inputText,
  this.iKnowTitle = '我知道了',
  this.iKnowHandle,
});