textEditingController property

TextEditingController textEditingController
final

The TextEditingController that should be connected to the verification code text field. You'll use this text editing controller to read the code in the other actions below.

Implementation

final TextEditingController textEditingController;