EaseNavBarItem constructor
EaseNavBarItem({})
Implementation
EaseNavBarItem({
required this.icon,
required this.title,
this.activeColor = const Color(0xff272e81),
this.inactiveColor = const Color(0xff9496c1),
});