tabIndex property

int get tabIndex

Gets or sets the current tab index.

Implementation

int get tabIndex => _tabIndex;
set tabIndex (int i)

Implementation

set tabIndex(int i) => navigate(tabIndex: i);