onTap property

void Function(String, int)? onTap
final

Callback when the chip is tapped, returns output and index of last chip selected.

Implementation

final void Function(String, int)? onTap;