ListItemTextInput constructor
const
ListItemTextInput({})
Implementation
const ListItemTextInput({Key? key, this.hintText = "请输入", this.minLines = 1, this.maxLines, this.onChange, this.textInputType, this.defaultValue, this.maxLength = 5000, this.enable = true,}) : super(key: key);