focusNode property

FocusNode? focusNode
final

The focus node of the child, usually an EditableText widget.

This is used to show and hide the suggestions box.

Implementation

final FocusNode? focusNode;