onSelectItem property

(dynamic Function(int)?) onSelectItem
final

Callback Function works by clicking on one of items

Return int index of selected button

Implementation

final Function(int)? onSelectItem;