onRegisterFocusTab property

void Function(ValueChanged<String> focusById)? onRegisterFocusTab
final

Receives a callback the host can invoke to focus a tab by id. Useful for keyboard shortcuts and View menu items.

Implementation

final void Function(ValueChanged<String> focusById)? onRegisterFocusTab;