import package;
import material.dart;
import flutter_screenutil.dart;
import go_router.dart;
import hugeicons.dart;
Go to the source code of this file.
◆ _buildNavItem()
| Widget _buildNavItem |
( |
int | index | ) |
|
◆ _handleTap()
| void _handleTap |
( |
int | index | ) |
|
◆ _initializeAnimations()
| void _initializeAnimations |
( |
| ) |
|
◆ build()
| override Widget build |
( |
BuildContext | context | ) |
|
◆ dispose()
| override void dispose |
( |
| ) |
|
◆ initState()
| override void initState |
( |
| ) |
|
◆ _animationControllers
| late List<AnimationController> _animationControllers |
◆ _icons
| final List<IconData> _icons |
Initial value: = [
HugeIcons.strokeRoundedDashboardSpeed02,
HugeIcons.strokeRoundedMortarboard02,
HugeIcons.strokeRoundedMenuCircle,
HugeIcons.strokeRoundedUser,
HugeIcons.strokeRoundedSettings01,
]
Definition at line 21 of file custom_navbar.dart.
◆ _scaleAnimations
| late List<Animation<double> > _scaleAnimations |
◆ _selectedIndex