focusNode property

FocusNode? focusNode
final

Use this to utilize your own FocusNode instance created by you or by other widgets outside of this widget. If no focus node is provider by you, the widget will use its own built in default one.

Implementation

final FocusNode? focusNode;