onChangeIndex property

dynamic Function(int index) onChangeIndex
final

A callback function that is called when the selected index changes.

Implementation

final Function(int index) onChangeIndex;