menu
components_toolbox package
documentation
components/navigation_bar.dart
CustomNavigationBar
currentIndex property
currentIndex property
dark_mode
light_mode
currentIndex
property
ValueNotifier
<
int
>
currentIndex
final
The current index of the selected page.
Implementation
final ValueNotifier<int> currentIndex;
components_toolbox package
documentation
components/navigation_bar
CustomNavigationBar
currentIndex property
CustomNavigationBar class