TextForm constructor

TextForm({
  1. Key? key,
  2. OnChangeCallBack? onChangeCallback,
  3. Control? control,
})

Implementation

TextForm({Key? key, this.onChangeCallback, this.control}) : super(key: key);