onChange property

dynamic Function(int)? onChange
final

The callback function that is called when the selected item changes.

Implementation

final Function(int)? onChange;