HomeView constructor

const HomeView({
  1. required String title,
  2. Key? key,
})

Implementation

const HomeView({required this.title, Key? key}) : super(key: key);