@override void onNotify([int index = 0]) { if (currentIndex != index) { currentIndex = index; super.onNotify(); } }