Show the current item in this menu when it is pushed.
@override void onPush({final double? fadeLength}) { super.onPush(fadeLength: fadeLength); showCurrentItem(); }