focusNode property

FocusNode? focusNode
final

Focus node for keyboard navigation and accessibility.

Manages focus state for the button. If not provided, a focus node is created automatically by the underlying button system.

Implementation

final FocusNode? focusNode;