groupId property
final
The group identifier for the TextFieldTapRegion of this text field.
Text fields with the same group identifier share the same tap region. Defaults to the type of EditableText.
See also:
- TextFieldTapRegion, to give a groupId to a widget that is to be included in a EditableText's tap region that has groupId set.
Implementation
final Object groupId;