InputView constructor

InputView(
  1. InputModel model, {
  2. dynamic onChangeCallback,
  3. dynamic onSubmitted,
})

Implementation

InputView(this.model, {this.onChangeCallback, this.onSubmitted})
    : super(key: ObjectKey(model));