HomePage constructor

const HomePage(
  1. {Key? key}
)

Construct an instance of the HomePage.

Implementation

const HomePage({
  super.key,
});