CancelOKTextInputAlertView constructor
CancelOKTextInputAlertView({})
Implementation
CancelOKTextInputAlertView({
Key? key,
this.heiht,
this.title,
this.placeholder,
this.inputText,
this.cancelTitle = '取消',
this.cancelHandle,
this.okTitle = '确认',
this.okHandle,
});