onTap property

(dynamic Function(int)?) onTap
final

callback function when item tapped

Implementation

final Function(int)? onTap;