HomeNavigation constructor Null safety

const HomeNavigation(
  1. {Key? key}
)

Implementation

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