The index of the selected tab.
int get index => _controller.index;
set index(int value) => _controller.index = value;