onFocusTap property

VoidCallback? onFocusTap
final

When the button is focused and is actioned, with either the enter or space keys

focusEnabled must not be false for this to work

Implementation

final VoidCallback? onFocusTap;