onTap property

ValueChanged<T>? onTap
final

Called with the value of the list item when tapped

Implementation

final ValueChanged<T>? onTap;