NavBarWidget constructor
const
NavBarWidget({
- required dynamic applications,
- Key? key,
Implementation
const NavBarWidget({required this.applications, super.key});
const NavBarWidget({required this.applications, super.key});