processTabSelected method
Implementation
void processTabSelected(int index) {
if (onTabSelected?.call(index) ?? false) {
return;
}
controller.animateTo(index);
}
void processTabSelected(int index) {
if (onTabSelected?.call(index) ?? false) {
return;
}
controller.animateTo(index);
}