onTap method

void onTap(
  1. int index
)

Implementation

void onTap(int index) {
  _selectableGroupState?.onTap(index);
}