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