onTap property

(dynamic Function(List<V>)?) onTap
final

Fires when a chip is tapped. A good time to store the selected values.

Implementation

final Function(List<V>)? onTap;