textEditingController property

TextEditingController? textEditingController
final

External controller for the underlying text input field.

Provides direct control over the text entry portion of the chip input. When null, the widget manages its own text input controller internally.

Implementation

final TextEditingController? textEditingController;