HomeView constructor

const HomeView({
  1. required dynamic applications,
  2. Key? key,
})

Implementation

const HomeView({required this.applications, super.key});