onIndexChanged method

void onIndexChanged(
  1. int index
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

void onIndexChanged(int index) {
  _onIndexChangedCallback?.call(index);
}