AboutMePage constructor

const AboutMePage({
  1. Key? key,
  2. required AppAttributes appAttributes,
  3. required Footer footer,
})

Implementation

const AboutMePage(
    {super.key, required this.appAttributes, required this.footer});