VerticalNavigationView constructor
const
VerticalNavigationView({})
Implementation
const VerticalNavigationView({Key? key,
this.tabIndex = 0,
this.onTabIndexChange,
this.navItems = const [],
this.showBack = false,
this.action,
this.navigationStyle})
: super(key: key);