focusNode property

FocusNode? focusNode
final

Optional FocusNode for keyboard navigation. If not provided and useKeyboardNavigation is true, an internal FocusNode will be created.

Implementation

final FocusNode? focusNode;