HomePage constructor

const HomePage(
  1. String route, {
  2. Key? key,
})

Implementation

const HomePage(String route, {Key? key})
    : super(route, L10nHome.content, key: key);