focusNode property

FocusNode? focusNode
final

Controls whether this editor has keyboard focus.

Can be null in which case this editor creates its own instance to control keyboard focus.

Implementation

final FocusNode? focusNode;