NumberKeyboard constructor
NumberKeyboard({})
Implementation
NumberKeyboard(
{this.value: "",
this.title,
this.maxlength,
this.extraKey,
this.closeButtomText,
this.deleteButtonText: "删除",
this.showDeleteKey: true,
this.onChange,
this.onSubmitted,
this.onClose
// this.hideOnClickOutside: true,
});