onChagneLNav method
void
onChagneLNav(
Implementation
void onChagneLNav(int index) {
selectedIndex = index;
final secondaryNotifier =
EasyAdaptiveLayoutRouteHolder.of(context)?.secondaryBodyNotifier ?? widget.secondaryNotifier;
secondaryNotifier?.value = null;
refireshLayout();
}