HomePage constructor Null safety

const HomePage(
  1. {Key? key}
)

Constructs a new HomePage widget

Implementation

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