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