onTap property
on any tab clicked , called whenever a tab is clicked not tab change use onChange for tab change callback
Implementation
final ValueChanged<int>? onTap;
on any tab clicked , called whenever a tab is clicked not tab change use onChange for tab change callback
final ValueChanged<int>? onTap;