AboutPage constructor

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

Implementation

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