|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
import package;import material.dart;import flutter_screenutil.dart;import go_router.dart;import theme;import color_palette.dart;
Go to the source code of this file.
Classes | |
| class | StatefulWidget |
| class | NavItem |
Functions | |
| override void | initState () |
| void | _initializeAnimations () |
| override void | dispose () |
| void | _handleTap (int index) async |
| override Widget | build (BuildContext context) |
| Widget | _buildNavItem (int index) |
Variables | |
| class NavBar extends StatefulWidget | _selectedIndex = 2 |
| late List< AnimationController > | _animationControllers |
| late List< Animation< double > > | _scaleAnimations |
| final List< NavItem > | _navItems |
| Widget _buildNavItem | ( | int | index | ) |
Definition at line 119 of file nav_bar.dart.


| void _initializeAnimations | ( | ) |
| override Widget build | ( | BuildContext | context | ) |
| override void dispose | ( | ) |
Definition at line 55 of file nav_bar.dart.
| override void initState | ( | ) |
| late List<AnimationController> _animationControllers |
Definition at line 18 of file nav_bar.dart.
| final List<NavItem> _navItems |
Definition at line 21 of file nav_bar.dart.
| late List<Animation<double> > _scaleAnimations |
Definition at line 19 of file nav_bar.dart.
| class NavBar extends StatefulWidget _selectedIndex = 2 |