HomeView constructor

const HomeView({
  1. Key? key,
})

Implementation

const HomeView({Key? key}) : super(key: key);