AboutMePage constructor
- dynamic key,
- required dynamic appAttributes,
Implementation
const AboutMePage({
super.key,
required this.appAttributes,
required this.footer,
});
const AboutMePage({
super.key,
required this.appAttributes,
required this.footer,
});