onItemTap property

ValueChanged<String>? onItemTap
final

This method is call when we select the item in a multiselect.

Implementation

final ValueChanged<String>? onItemTap;