tap method

void tap(
  1. int index
)

Used to simulate tab event on tab item; This will notify ConvexAppBar.onTap;

Also see:

Implementation

void tap(int index) {
  _onTabClick(index);
}