textfieldTagsController property

TextfieldTagsController<T> textfieldTagsController
final

TextfieldTagsController is the controller that houses the control for tags, textfield properties and other properties. Note that this field is required to be initialized in your class and must have the same type as the TextFieldTags widget

Implementation

final TextfieldTagsController<T> textfieldTagsController;