HomeView constructor Null safety

const HomeView(
  1. {Key? key}
)

Implementation

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