onFocused property
Callback invoked when the focused tab changes.
Type: ValueChanged<int>. Called when a tab is selected either through
user interaction or programmatic changes during sorting operations.
Implementation
final ValueChanged<int> onFocused;