DocumentPage constructor
- Key? key,
- required AppAttributes appAttributes,
Implementation
const DocumentPage({
super.key,
required this.appAttributes,
required this.footer,
});
const DocumentPage({
super.key,
required this.appAttributes,
required this.footer,
});