Gets or sets the current tab index.
int get tabIndex => _tabIndex;
set tabIndex(int i) => navigate(tabIndex: i);