tabIndex property

int get tabIndex

Returns the current tab index.

Implementation

int get tabIndex => hasTabs ? tabController?.index ?? 0 : 0;