HomePage constructor

const HomePage(
  1. {Key? key}
)

It's a constructor of the HomePage class.

Implementation

const HomePage({super.key});