onTap property

ValueChanged<int>? onTap
final

on any tab clicked , called whenever a tab is clicked not tab change use onChange for tab change callback

Implementation

final ValueChanged<int>? onTap;